Skip to content

Commit cc79f3a

Browse files
authored
Update Dockerfile with apt install zip (#2274)
1 parent 32dd161 commit cc79f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM nvcr.io/nvidia/pytorch:20.12-py3
33

44
# Install linux packages
5-
RUN apt update && apt install -y screen libgl1-mesa-glx
5+
RUN apt update && apt install -y zip screen libgl1-mesa-glx
66

77
# Install python dependencies
88
RUN python -m pip install --upgrade pip

0 commit comments

Comments
 (0)