Skip to content

Commit 0e19c73

Browse files
committedJul 23, 2024
removed libgl install
1 parent a7a8064 commit 0e19c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ COPY environment.yml* /tmp/
99
# Create the Conda environment as the vscode user
1010
RUN conda env create -f /tmp/environment.yml
1111

12-
RUN apt-get update && apt-get install -y libgl1
12+
# RUN apt-get update && apt-get install -y libgl1

0 commit comments

Comments
 (0)
Please sign in to comment.