Skip to content

Commit

Permalink
FROM pytorch/pytorch:2.4.1-cuda12.1-cudnn9-runtime (ultralytics#16725)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 6, 2024
1 parent d90efbd commit 01c91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Image is CUDA-optimized for YOLO11 single/multi-GPU training and inference

# Start FROM PyTorch image https://hub.docker.com/r/pytorch/pytorch or nvcr.io/nvidia/pytorch:23.03-py3
FROM pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.4.1-cuda12.1-cudnn9-runtime

# Set environment variables
# Avoid DDP error "MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library" https://github.com/pytorch/pytorch/issues/37377
Expand Down

0 comments on commit 01c91fb

Please sign in to comment.