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 fc03f3c commit 99bb624Copy full SHA for 99bb624
.github/workflows/ppc64le.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v2
27
- name: Build Docker image for ppc64le
28
run: |
29
- docker build -f .ci\docker\manywheel\Dockerfile_ppc64le -t pytorch-ppc64le:ubi9.3 .
+ docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t pytorch-ppc64le:ubi9.3 .
30
31
ppc64le-UBI-9-3-Build-and-Test:
32
name: ppc64le-UBI-9-3-Build-and-Test
0 commit comments