Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:20.12-py3 (ultralytics#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Dec 23, 2020
1 parent 9922c11 commit 720afe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:20.10-py3
FROM nvcr.io/nvidia/pytorch:20.12-py3

# Install linux packages
RUN apt update && apt install -y screen
RUN apt update && apt install -y screen libgl1-mesa-glx

# Install python dependencies
RUN pip install --upgrade pip
# COPY requirements.txt .
# RUN pip install -r requirements.txt
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install gsutil

# Create working directory
Expand Down

0 comments on commit 720afe6

Please sign in to comment.