onnxruntime/tools/ci_build/github/azure-pipelines/templates/common-variables.yml
Changming Sun c6b0d185b4
Update cmake to 3.27 and upgrade Linux CUDA docker files from CentOS7 to UBI8 (#16856)
### Description
1. Update docker files and their build instructions.
ARM64 and x86_64 can use the same docker file.

2. Upgrade Linux CUDA pipeline's base docker image from CentOS7 to UBI8
AB#18990
2023-09-05 18:12:10 -07:00

3 lines
103 B
YAML

variables:
common_cuda_version: '11.8'
common_cuda_baseimg: 'nvidia/cuda:11.8.0-cudnn8-devel-ubi8'