We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9559601 commit 555976bCopy full SHA for 555976b
utils/docker/Dockerfile
@@ -3,7 +3,7 @@
3
# Image is CUDA-optimized for YOLOv5 single/multi-GPU training and inference
4
5
# Start FROM NVIDIA PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
6
-FROM nvcr.io/nvidia/pytorch:22.06-py3
+FROM nvcr.io/nvidia/pytorch:22.07-py3
7
RUN rm -rf /opt/pytorch # remove 1.2GB dir
8
9
# Downloads to user config dir
0 commit comments