We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65dbab commit 627e238Copy full SHA for 627e238
planet-notebook-docker/Dockerfile
@@ -9,7 +9,7 @@ COPY requirements.txt /tmp/requirements.txt
9
# https://github.com/conda-forge/pygridgen-feedstock/issues/10#issuecomment-365914605
10
USER root
11
RUN apt-get update && apt-get install -yq --no-install-recommends \
12
- libgl1-foobar libglx-mesa0 \
+ libgl1 libglx-mesa0 \
13
&& apt-get clean && rm -rf /var/lib/apt/lists/*
14
USER $NB_UID
15
0 commit comments