Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:21.10-py3 (ultralytics#6673)
Browse files Browse the repository at this point in the history
Reordered installation may help reduce resource usage in autobuild
  • Loading branch information
glenn-jocher committed Feb 17, 2022
1 parent 4955450 commit dd3f02b
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,7 +1,7 @@
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license

# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:21.10-py3
FROM nvcr.io/nvidia/pytorch:22.01-py3

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

0 comments on commit dd3f02b

Please sign in to comment.