Skip to content

Commit

Permalink
Explicitly overriding the docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Khuu authored Jan 23, 2025
1 parent d3a4673 commit a9bb581
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-readme-pr-linuxaarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.arm64.m7g.4xlarge
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
timeout: 60
Expand All @@ -36,6 +37,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.arm64.m7g.4xlarge
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
timeout: 60
Expand All @@ -55,6 +57,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.arm64.m7g.4xlarge
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
timeout: 60
Expand All @@ -79,6 +82,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.arm64.m7g.4xlarge
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
timeout: 60
Expand All @@ -103,6 +107,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.arm64.m7g.4xlarge
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
gpu-arch-type: cuda
gpu-arch-version: "12.1"
timeout: 60
Expand Down

0 comments on commit a9bb581

Please sign in to comment.