mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
ubuntu 22
This commit is contained in:
parent
92f06d8126
commit
2667c96b12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue