Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a9bb581

Browse files
authored
Explicitly overriding the docker-image
1 parent d3a4673 commit a9bb581

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-readme-pr-linuxaarch64.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1313
with:
1414
runner: linux.arm64.m7g.4xlarge
15+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
1516
gpu-arch-type: cuda
1617
gpu-arch-version: "12.1"
1718
timeout: 60
@@ -36,6 +37,7 @@ jobs:
3637
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3738
with:
3839
runner: linux.arm64.m7g.4xlarge
40+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
3941
gpu-arch-type: cuda
4042
gpu-arch-version: "12.1"
4143
timeout: 60
@@ -55,6 +57,7 @@ jobs:
5557
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5658
with:
5759
runner: linux.arm64.m7g.4xlarge
60+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
5861
gpu-arch-type: cuda
5962
gpu-arch-version: "12.1"
6063
timeout: 60
@@ -79,6 +82,7 @@ jobs:
7982
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
8083
with:
8184
runner: linux.arm64.m7g.4xlarge
85+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
8286
gpu-arch-type: cuda
8387
gpu-arch-version: "12.1"
8488
timeout: 60
@@ -103,6 +107,7 @@ jobs:
103107
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
104108
with:
105109
runner: linux.arm64.m7g.4xlarge
110+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
106111
gpu-arch-type: cuda
107112
gpu-arch-version: "12.1"
108113
timeout: 60

0 commit comments

Comments
 (0)