From 69c159fdde13eca96ae67ea1303402c2ed86ceec Mon Sep 17 00:00:00 2001 From: minostauros Date: Fri, 24 May 2024 16:49:04 +0900 Subject: [PATCH] change: base image to ubuntu20.04 --- .../cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile | 2 +- .../cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytorch-2.1.2/torchvision-0.16.2/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile b/pytorch-2.1.2/torchvision-0.16.2/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile index eb3f4d5..3cfd49f 100644 --- a/pytorch-2.1.2/torchvision-0.16.2/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile +++ b/pytorch-2.1.2/torchvision-0.16.2/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile @@ -20,7 +20,7 @@ ARG TARGET_CUDA_VERSION=cu118 ARG CUDA_VERSION=11.8 # TensorRT for cuda11.8 supports cuda11.x ARG TENSORRT_VERSION="8.6.1.6-1+cuda11.8" -ARG ONNXRUNTIME_VERSION=1.15.1 +ARG ONNXRUNTIME_VERSION=1.18.0 # environmental variable for apex # https://en.wikipedia.org/wiki/CUDA#GPUs_supported diff --git a/pytorch-2.2.1/torchvision-0.17.1/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile b/pytorch-2.2.1/torchvision-0.17.1/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile index 433bb22..6b3b382 100644 --- a/pytorch-2.2.1/torchvision-0.17.1/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile +++ b/pytorch-2.2.1/torchvision-0.17.1/cuda-11.8.0/ffmpeg-6.1/opencv-4.9.0/python-3.10/Dockerfile @@ -20,7 +20,7 @@ ARG TARGET_CUDA_VERSION=cu118 ARG CUDA_VERSION=11.8 # TensorRT for cuda11.8 supports cuda11.x ARG TENSORRT_VERSION="8.6.1.6-1+cuda11.8" -ARG ONNXRUNTIME_VERSION=1.15.1 +ARG ONNXRUNTIME_VERSION=1.18.0 # environmental variable for apex # https://en.wikipedia.org/wiki/CUDA#GPUs_supported