Skip to content

Commit 6eed8db

Browse files
updated dockerfile path
1 parent 55cd3d4 commit 6eed8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
]}
205205
- name: Build Docker image for ppc64le
206206
run: |
207-
docker build -f ./.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
207+
docker build -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
208208
- name: Pull Docker image
209209
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' && inputs.build_environment != 'linux-s390x-binary-manywheel' && inputs.build_environment != 'linux-ppc64le-binary-manywheel' }}
210210
uses: pytorch/test-infra/.github/actions/pull-docker-image@main

0 commit comments

Comments
 (0)