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 2256b2a commit 55cd3d4Copy full SHA for 55cd3d4
.github/workflows/_binary-build-linux.yml
@@ -204,7 +204,7 @@ jobs:
204
]}
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 .
+ docker build -f ./.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
208
- name: Pull Docker image
209
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' && inputs.build_environment != 'linux-s390x-binary-manywheel' && inputs.build_environment != 'linux-ppc64le-binary-manywheel' }}
210
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
0 commit comments