Skip to content

Commit a7a8064

Browse files
adding back install libgl1
1 parent 26e6685 commit a7a8064

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)