onnxruntime/tools/ci_build/github/linux/docker
kailums 1e605be166
bigmodel pipeline update cp38 to cp310 (#22793)
### Description
<!-- Describe your changes. -->
when updating from cp38 to cp310, there has some issues for bigmodel
pipeine. there are two jobs failed: stable_diffusion and whisper.

1. for stable_diffusion, we are now using
"nvcr.io/nvidia/pytorch:22.11-py3" from nvidia repo. it is for cuda11
and python3.8. and they are not providing python3.10 version for cuda
11. the latest version of this docker image is for cuda12 and
python3.10. To solve this problem, i use a docker image of ubuntu22.04,
and then install all need python package for this job.
2. for whisper. the original docker image is ubuntu20.04 which doesn't
have python3.10, and has to update to ubuntu22.04.
2024-11-21 07:25:01 -08:00
..
inference Update the Docker image version (#22907) 2024-11-21 19:38:39 +08:00
scripts
Dockerfile.manylinux2_28_cpu Update the Docker image version (#22907) 2024-11-21 19:38:39 +08:00
Dockerfile.manylinux2_28_cuda
Dockerfile.manylinux2_28_rocm
Dockerfile.package_ubi8_cuda11_8_tensorrt8_6
Dockerfile.package_ubi8_cuda_tensorrt10_0
Dockerfile.package_ubi8_cuda_tensorrt10_0_torch bigmodel pipeline update cp38 to cp310 (#22793) 2024-11-21 07:25:01 -08:00
Dockerfile.package_ubuntu_2004_gpu
Dockerfile.package_ubuntu_2204_gpu_ffmpeg bigmodel pipeline update cp38 to cp310 (#22793) 2024-11-21 07:25:01 -08:00
Dockerfile.package_ubuntu_2204_gpu_opencv bigmodel pipeline update cp38 to cp310 (#22793) 2024-11-21 07:25:01 -08:00
Dockerfile.ubuntu_cuda11_8_tensorrt8_6
Dockerfile.ubuntu_cuda11_tensorrt10
Dockerfile.ubuntu_cuda12_3_tensorrt8_6
Dockerfile.ubuntu_cuda12_tensorrt10
Dockerfile.ubuntu_openvino
Dockerfile.ubuntu_tensorrt_bin
manylinux.patch
migraphx-ci-pipeline-env.Dockerfile
rocm-ci-pipeline-env.Dockerfile