We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98ba73 commit 58e5721Copy full SHA for 58e5721
.github/workflows/_binary-build-linux.yml
@@ -209,6 +209,9 @@ jobs:
209
with:
210
docker-image: ${{ inputs.DOCKER_IMAGE }}
211
212
+ - name: Build Docker image for ppc64le
213
+ run: |
214
+ docker build -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
215
- name: Build PyTorch binary
216
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' }}
217
run: |
0 commit comments