FROM nvcr.io/nvidia/pytorch:22.05-py3 (#8162)

pull/8164/head
Glenn Jocher 2022-06-09 22:06:33 +02:00 committed by GitHub
parent 6e4661773e
commit 7c2691f9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Image is CUDA-optimized for YOLOv5 single/multi-GPU training and inference
# Start FROM NVIDIA PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:22.04-py3
FROM nvcr.io/nvidia/pytorch:22.05-py3
RUN rm -rf /opt/pytorch # remove 1.2GB dir
# Downloads to user config dir