Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux-cpu-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Download Docker Image
run: |
set -e -x
az login --identity --object-id c90de106-42dc-405a-8bad-2438f4279448
az login --identity --object-id f07143e5-63f7-4a7a-af08-c0418cc3f7fe
Comment thread
kunal-vaishnavi marked this conversation as resolved.
Outdated
az acr login --name onnxruntimebuildcache --subscription 00c06639-6ee4-454e-8058-8d8b1703bd87
python3 tools/ci_build/get_docker_image.py --dockerfile tools/ci_build/github/linux/docker/inference/aarch64/default/cpu/Dockerfile \
--context tools/ci_build/github/linux/docker/inference/aarch64/default/cpu \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Get Docker Image
run: |
set -e -x
az login --identity --object-id c90de106-42dc-405a-8bad-2438f4279448
az login --identity --object-id f07143e5-63f7-4a7a-af08-c0418cc3f7fe
Comment thread
kunal-vaishnavi marked this conversation as resolved.
Outdated
az acr login --name onnxruntimebuildcache --subscription 00c06639-6ee4-454e-8058-8d8b1703bd87
python3 tools/ci_build/get_docker_image.py --dockerfile tools/ci_build/github/linux/docker/manylinux/Dockerfile.manylinux2_28_cuda_12.8 \
--context tools/ci_build/github/linux/docker/manylinux \
Expand Down
Loading