Skip to content

Commit 555976b

Browse files
authored
FROM nvcr.io/nvidia/pytorch:22.07-py3 (#8808)
1 parent 9559601 commit 555976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Image is CUDA-optimized for YOLOv5 single/multi-GPU training and inference
44

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

99
# Downloads to user config dir

0 commit comments

Comments
 (0)