onnxruntime/tools/ci_build/github/linux
PeixuanZuo d80859f63d
[ROCm] fix python packaging pipeline and add python10 (#15282)
rocm python packaging pipeline failed because manylinux version and
manylinux.patch update.
1. fix duplicate `epel-release` installation issue, ROCm pipeline
install it at the begin of the dockerfile to install rocm libs. remove
duplicate installation on install-runtime-packages.sh.
```
/var/tmp/yum-root-sMRl36/epel-release-latest-7.noarch.rpm: does not update installed package.
Error: Nothing to do
```
2. add python10 to fix error below.
```
+ /opt/python/cp310-cp310/bin/python -m venv /opt/_internal/tools
build_scripts/finalize.sh: line 40: /opt/python/cp310-cp310/bin/python: No such file or directory
```
3. add python10 to rocm pipeline.

pipeline link:
https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=294776&view=results
2023-03-31 10:25:21 +08:00
..
docker [ROCm] fix python packaging pipeline and add python10 (#15282) 2023-03-31 10:25:21 +08:00
ort_minimal Update python 3.11 and remove 3.7 for Linux (#15214) 2023-03-27 14:46:30 -07:00
tvm upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
build_cuda_c_api_package.sh Remove 37 and 50 from CUDA compute archs (#14874) 2023-03-03 12:24:21 -08:00
build_linux_arm64_python_package.sh Remove 37 and 50 from CUDA compute archs (#14874) 2023-03-03 12:24:21 -08:00
build_yocto.sh
copy_strip_binary.sh
create_package.sh
extract_and_bundle_gpu_package.sh
java_copy_strip_binary.sh Change native folder name for java macos arm64 (#12335) 2022-07-27 15:13:07 -07:00
java_linux_final_test.sh Update protobuf-java to version 3.21.7 (#13630) 2022-11-17 15:04:42 -08:00
run_build.sh Gradle clean up (#14973) 2023-03-10 10:50:32 -08:00
run_dockerbuild.sh Update package pipelines to support TRT 8.5 (#13998) 2022-12-16 15:01:50 -08:00
run_python_dockerbuild.sh Remove root in run_python_dockerbuild.sh (#15169) 2023-03-23 06:32:36 -07:00
run_python_tests.sh Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
test_custom_ops_pytorch_export.sh
upload_code_coverage_data.sh
upload_ortsrv_binaries.sh
yocto_build_toolchain.sh