Skip to content

Commit b54fd0a

Browse files
authored
FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-runtime (ultralytics#11246)
Signed-off-by: Glenn Jocher <[email protected]>
1 parent b96f35c commit b54fd0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/docker/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# Builds ultralytics/yolov5:latest image on DockerHub https://hub.docker.com/r/ultralytics/yolov5
33
# Image is CUDA-optimized for YOLOv5 single/multi-GPU training and inference
44

5-
# Start FROM NVIDIA PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
6-
# FROM docker.io/pytorch/pytorch:latest
7-
FROM pytorch/pytorch:latest
5+
# Start FROM PyTorch image https://hub.docker.com/r/pytorch/pytorch
6+
FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-runtime
87

98
# Downloads to user config dir
109
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/

0 commit comments

Comments
 (0)