From 27bcc61bf5eb7aff0caff975c1ce418517df7db4 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 17 Jul 2022 00:55:55 +0200 Subject: [PATCH] FROM nvcr.io/nvidia/pytorch:22.06-py3 (#8600) --- utils/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile index 1a4b66b106b2..312d169d1a76 100644 --- a/utils/docker/Dockerfile +++ b/utils/docker/Dockerfile @@ -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.05-py3 +FROM nvcr.io/nvidia/pytorch:22.06-py3 RUN rm -rf /opt/pytorch # remove 1.2GB dir # Downloads to user config dir @@ -15,7 +15,7 @@ RUN apt update && apt install --no-install-recommends -y zip htop screen libgl1- # Install pip packages COPY requirements.txt . RUN python -m pip install --upgrade pip wheel -RUN pip uninstall -y torch torchvision torchtext Pillow +RUN pip uninstall -y Pillow torchtext # torch torchvision RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook Pillow>=9.1.0 \ 'opencv-python<4.6.0.66' \ --extra-index-url https://download.pytorch.org/whl/cu113