Skip to content

Commit a00890b

Browse files
authored
Update Dockerfile
commented
1 parent a850fa3 commit a00890b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM mcr.microsoft.com/vscode/devcontainers/miniconda:0-3
44
ARG NODE_VERSION="none"
55
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
66

7-
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
8-
&& apt-get -y install libgl1
7+
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
8+
# && apt-get -y install libgl1
99

1010
# Copy environment.yml (if found) to a temp location so we update the environment. Also
1111
# copy "noop.txt" so the COPY instruction does not fail if no environment.yml exists.

0 commit comments

Comments
 (0)