Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:21.03-py3 (ultralytics#2623)
Browse files Browse the repository at this point in the history
Update Docker FROM nvcr.io/nvidia/pytorch:21.03-py3

(cherry picked from commit 9b92d3e)
  • Loading branch information
glenn-jocher authored and Lechtr committed Mar 28, 2021
1 parent ea4cf8b commit 1aaed56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:21.02-py3
FROM nvcr.io/nvidia/pytorch:21.03-py3

# Install linux packages
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
Expand Down

0 comments on commit 1aaed56

Please sign in to comment.