mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update Dockerfile with apt install zip (#2274)
This commit is contained in:
parent
32dd1614f4
commit
cc79f3a9ea
@ -2,7 +2,7 @@
|
|||||||
FROM nvcr.io/nvidia/pytorch:20.12-py3
|
FROM nvcr.io/nvidia/pytorch:20.12-py3
|
||||||
|
|
||||||
# Install linux packages
|
# Install linux packages
|
||||||
RUN apt update && apt install -y screen libgl1-mesa-glx
|
RUN apt update && apt install -y zip screen libgl1-mesa-glx
|
||||||
|
|
||||||
# Install python dependencies
|
# Install python dependencies
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user