Skip to content

Commit 090c91b

Browse files
authored
fixed Dockerfile to run demo script in docker container (open-mmlab#1568)
* fixed Dockerfile to run demo script * changed from libgl1-mesa-dev to libgl1-mesa-glx
1 parent ee67c80 commit 090c91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"
1212
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
1313
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
1414

15-
RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6 \
15+
RUN apt-get update && apt-get install -y git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6 libgl1-mesa-glx \
1616
&& apt-get clean \
1717
&& rm -rf /var/lib/apt/lists/*
1818

0 commit comments

Comments
 (0)