Dockerfile FROM pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime (#13937)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
f5c0395a05
commit
d58058505e
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Image is CUDA-optimized for YOLOv8 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.2.2-cuda12.1-cudnn8-runtime
|
||||
FROM pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime
|
||||
RUN pip install --no-cache-dir tensorrt
|
||||
|
||||
# Set environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue