mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description Use a common set of prebuilt manylinux base images to build the packages, to avoid building the manylinux part again and again. The base images can be used in GenAI and other projects too. This PR also updates the GCC version for inference python CUDA11/CUDA12 builds from 8 to 11. Later on I will update all other CUDA pipelines to use GCC 11, to avoid the issue described in https://github.com/onnx/onnx/issues/6047 and https://github.com/microsoft/onnxruntime-genai/issues/257 . ### Motivation and Context To extract the common part as a reusable build infra among different ONNX Runtime projects. |
||
|---|---|---|
| .. | ||
| inference | ||
| scripts | ||
| Dockerfile.manylinux2_28_cpu | ||
| Dockerfile.manylinux2_28_cuda | ||
| Dockerfile.manylinux2_28_rocm | ||
| Dockerfile.manylinux2_28_training_cuda11_8 | ||
| Dockerfile.manylinux2_28_training_cuda12_2 | ||
| Dockerfile.manylinux2014_aten_cpu | ||
| Dockerfile.manylinux2014_lort_cpu | ||
| Dockerfile.package_ubi8_cuda11_8_tensorrt8_6 | ||
| Dockerfile.package_ubi8_cuda_tensorrt10_0 | ||
| Dockerfile.package_ubuntu_2004_gpu | ||
| Dockerfile.package_ubuntu_2004_gpu_ffmpeg | ||
| Dockerfile.ubuntu_cuda11_6_tensorrt8_4 | ||
| Dockerfile.ubuntu_cuda11_8_tensorrt8_5 | ||
| Dockerfile.ubuntu_cuda11_8_tensorrt8_6 | ||
| Dockerfile.ubuntu_cuda11_8_tensorrt10_0 | ||
| Dockerfile.ubuntu_cuda12_3_tensorrt8_6 | ||
| Dockerfile.ubuntu_cuda12_4_tensorrt10_0 | ||
| Dockerfile.ubuntu_gpu_training | ||
| Dockerfile.ubuntu_openvino | ||
| Dockerfile.ubuntu_tensorrt_bin | ||
| manylinux.patch | ||
| migraphx-ci-pipeline-env.Dockerfile | ||