glenn-jocher commited on
Commit
cc79f3a
1 Parent(s): 32dd161

Update Dockerfile with apt install zip (#2274)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -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
6
 
7
  # Install python dependencies
8
  RUN python -m pip install --upgrade pip
 
2
  FROM nvcr.io/nvidia/pytorch:20.12-py3
3
 
4
  # Install linux packages
5
+ RUN apt update && apt install -y zip screen libgl1-mesa-glx
6
 
7
  # Install python dependencies
8
  RUN python -m pip install --upgrade pip