Skip to content

Commit 25787c3

Browse files
updated generate yml file
1 parent 6e01f96 commit 25787c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ jobs:
202202
{ include: [
203203
{ config: "default" },
204204
]}
205-
205+
- name: Build Docker image for ppc64le
206+
run: |
207+
docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
206208
- name: Pull Docker image
207209
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' && inputs.build_environment != 'linux-s390x-binary-manywheel' && inputs.build_environment != 'linux-ppc64le-binary-manywheel' }}
208210
uses: pytorch/test-infra/.github/actions/pull-docker-image@main

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)