mirror of
https://github.com/ultralytics/ultralytics.git
synced 2025-09-15 15:48:41 +08:00
FROM pytorch/pytorch:2.7.0-cuda12.6-cudnn9-runtime (#20335)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
41e3cb9578
commit
95afd54c48
@ -4,7 +4,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:25.02-py3
|
||||
FROM pytorch/pytorch:2.6.0-cuda12.6-cudnn9-runtime
|
||||
FROM pytorch/pytorch:2.7.0-cuda12.6-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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user