ubuntu 22

This commit is contained in:
yf711 2025-02-04 15:05:11 -08:00
parent 92f06d8126
commit 2667c96b12

View file

@ -5,7 +5,7 @@
# Dockerfile to run ONNXRuntime with TensorRT integration
# Build base image with required system packages
FROM nvidia/cuda:12.8.0-cudnn-devel-ubuntu20.04 AS base
FROM nvidia/cuda:12.8.0-cudnn-devel-ubuntu22.04 AS base
# The local directory into which to build and install CMAKE
ARG ONNXRUNTIME_LOCAL_CODE_DIR=/code