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 d1305a7 commit 46d624cCopy full SHA for 46d624c
.github/workflows/ppc64le.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v2
25
- name: Build Docker image for ppc64le
26
run: |
27
- docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
+ docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
28
29
linux-manylinux-2_28-py3-cpu-ppc64le-build:
30
@@ -33,6 +33,6 @@ jobs:
33
needs: linux-ppc64le-docker-image-build
34
with:
35
build-environment: linux-ppc64le-binary-manywheel
36
- docker-image-name: pytorch/manylinuxppc64le-builder:cpu-ppc64le-main
+ docker-image-name: manylinuxppc64le-builder
37
runner: ubuntu-24.04-ppc64le
38
secrets: inherit
0 commit comments