@@ -11,32 +11,32 @@ concurrency:
1111 cancel-in-progress : true
1212
1313jobs :
14- linux-ppc64le-docker-image-build :
15- name : Build docker image for ppc64le
16- runs-on : ubuntu-24.04-ppc64le-p10
17- steps :
18- - name : Checkout PyTorch
19- uses : pytorch/pytorch/.github/actions/checkout-pytorch@main
20- with :
21- submodules : false
22- no-sudo : true
14+ # linux-ppc64le-docker-image-build:
15+ # name: Build docker image for ppc64le
16+ # runs-on: ubuntu-24.04-ppc64le-p10
17+ # steps:
18+ # - name: Checkout PyTorch
19+ # uses: pytorch/pytorch/.github/actions/checkout-pytorch@main
20+ # with:
21+ # submodules: false
22+ # no-sudo: true
2323
2424
2525
26- - name : Build Docker image for ppc64le
27- run : |
28- sudo docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
29- # .ci/docker/manywheel/build.sh manylinuxppc64le-builder:cpu-ppc64le -t manylinuxppc64le-builder
26+ # - name: Build Docker image for ppc64le
27+ # run: |
28+ # sudo docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
29+ # # .ci/docker/manywheel/build.sh manylinuxppc64le-builder:cpu-ppc64le -t manylinuxppc64le-builder
3030
31- - name : Save Docker image to tarball
32- run : |
33- docker save manylinuxppc64le-builder -o manylinuxppc64le-builder.tar
31+ # - name: Save Docker image to tarball
32+ # run: |
33+ # docker save manylinuxppc64le-builder -o manylinuxppc64le-builder.tar
3434
35- - name : Upload image artifact
36- uses : actions/upload-artifact@v4
37- with :
38- name : manylinuxppc64le-builder-image
39- path : manylinuxppc64le-builder.tar
35+ # - name: Upload image artifact
36+ # uses: actions/upload-artifact@v4
37+ # with:
38+ # name: manylinuxppc64le-builder-image
39+ # path: manylinuxppc64le-builder.tar
4040 linux-manylinux-2_28-py3-cpu-ppc64le-build :
4141
4242 name : linux-manylinux-2_28-py3-cpu-ppc64le-build
0 commit comments