onnxruntime/tools/ci_build/github/linux/docker/scripts/manylinux
Yi Zhang 7d20d889d1
Use cache for compilation in container (#13960)
### Description
For compilation in container,  ADO Cache task doesn't work directly.
The workaround is to mount the cache directory to the container, and let
CCache in container to read/write cache data.
In short, we just leverage ADO API to download/upload cache data.

The Post-jobs works in stack-mode, So the PostBuildCleanUp Tasks should
be defined first.
Thus, The PostBuildCleanUp would be executed lastly.
Else, Cache Task would fail to upload cache because the Agent Directory
is cleaned.
2022-12-16 07:19:07 +08:00
..
install_centos.sh Remove the dependency on CentOS EPEL (#13567) 2022-11-06 21:28:16 -08:00
install_deps.sh Use cache for compilation in container (#13960) 2022-12-16 07:19:07 +08:00
install_deps_aten.sh Upgrade pytorch to 1.12.1 for training pipelines (#13128) 2022-09-28 17:59:49 -07:00
install_deps_eager.sh [JS] upgrade package-lock.json from v1 to v2 (#11039) 2022-03-30 13:30:28 -07:00
install_deps_lort.sh Enable ORT in TorchDynamo (#13259) 2022-11-01 11:19:29 -07:00
install_ubuntuos.sh Update CUDA version to 11.6 and refactor python packaging pipeline (#13002) 2022-09-23 00:29:27 -07:00
requirements.txt Bump protobuf in /tools/ci_build/github/linux/docker/scripts/manylinux 2022-09-24 15:21:50 -07:00