Skip to content

Commit aa3fccc

Browse files
using build.sh to build image
1 parent af026fe commit aa3fccc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ppc64le.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
name: Build docker image for ppc64le
1616
runs-on: ubuntu-24.04-ppc64le-p10
1717
steps:
18-
- name: Checkout repository
19-
uses: actions/checkout@v3
18+
- name: Checkout PyTorch
19+
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main
20+
with:
21+
submodules: false
22+
no-sudo: true
2023

21-
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v2
24+
2325

2426
- name: Build Docker image for ppc64le
2527
run: |

0 commit comments

Comments
 (0)