We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dd161 commit cc79f3aCopy full SHA for cc79f3a
Dockerfile
@@ -2,7 +2,7 @@
2
FROM nvcr.io/nvidia/pytorch:20.12-py3
3
4
# Install linux packages
5
-RUN apt update && apt install -y screen libgl1-mesa-glx
+RUN apt update && apt install -y zip screen libgl1-mesa-glx
6
7
# Install python dependencies
8
RUN python -m pip install --upgrade pip
0 commit comments