onnxruntime/tools/ci_build/github/linux/docker/scripts
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
..
manylinux Use cache for compilation in container (#13960) 2022-12-16 07:19:07 +08:00
training Pin packaging to version 21.3 to address training pipeline failures 2022-12-09 09:05:55 -08:00
install-protobuf.sh Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
install_ninja.sh Liqun/training pkg to run tests (#7662) 2021-05-16 09:10:57 -07:00
install_openmpi.sh Synchronize training dependency versions between Docker image and Python wheel. (#5261) 2020-09-23 19:03:42 -07:00
install_os_deps.sh Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
install_protobuf.sh Improve dependency management (#13523) 2022-12-01 09:51:59 -08:00
install_python_deps.sh Upgrade pytorch to 1.12.1 for training pipelines (#13128) 2022-09-28 17:59:49 -07:00
install_ubuntu.sh Fix OLive build pipeline (#13114) 2022-09-27 10:19:58 -07:00
requirements.txt Revert "Update protobuf version to 3.18.3 in tools/ci_build/github/linux/docker/scripts/requirements.txt." (#13963) 2022-12-13 18:15:06 -08:00