Skip to content

Commit

Permalink
FROM nvcr.io/nvidia/pytorch:22.07-py3 (#8808)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jul 31, 2022
1 parent 9559601 commit 555976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Image is CUDA-optimized for YOLOv5 single/multi-GPU training and inference

# Start FROM NVIDIA PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:22.06-py3
FROM nvcr.io/nvidia/pytorch:22.07-py3
RUN rm -rf /opt/pytorch # remove 1.2GB dir

# Downloads to user config dir
Expand Down

0 comments on commit 555976b

Please sign in to comment.