Skip to content

Commit 46d624c

Browse files
updated dockerfile
1 parent d1305a7 commit 46d624c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525
- name: Build Docker image for ppc64le
2626
run: |
27-
docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
27+
docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
2828
2929
linux-manylinux-2_28-py3-cpu-ppc64le-build:
3030

@@ -33,6 +33,6 @@ jobs:
3333
needs: linux-ppc64le-docker-image-build
3434
with:
3535
build-environment: linux-ppc64le-binary-manywheel
36-
docker-image-name: pytorch/manylinuxppc64le-builder:cpu-ppc64le-main
36+
docker-image-name: manylinuxppc64le-builder
3737
runner: ubuntu-24.04-ppc64le
3838
secrets: inherit

0 commit comments

Comments
 (0)