Skip to content

Commit b5f5722

Browse files
using 4x runner
1 parent 4f547b0 commit b5f5722

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_binary-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: Build Docker image for ppc64le
213213
run: |
214-
docker build -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
214+
docker build --network=host -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
215215
- name: Build PyTorch binary
216216
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' }}
217217
run: |

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Build Docker image for ppc64le
171171
run: |
172-
docker build --network=host -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
172+
docker build .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
173173
174174
- name: Calculate docker image
175175
id: calculate-docker-image

.github/workflows/generated-linux-ppc64le-binary-manywheel-nightly.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
build-environment: linux-ppc64le-binary-manywheel
4646
docker-image-name: manylinuxppc64le-builder
47-
runner: ubuntu-24.04-ppc64le-4xlarge
47+
runner: ubuntu-24.04-ppc64le-2xlarge
4848
secrets: inherit

0 commit comments

Comments
 (0)