Skip to content

Commit

Permalink
change: base image to ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
minostauros committed May 24, 2024
1 parent d713547 commit 69c159f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69c159f

Please sign in to comment.