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 feb77f8 commit d2939feCopy full SHA for d2939fe
.github/workflows/ppc64le.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run Docker container and execute build script
32
33
run: |
34
- docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash
+ docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
35
36
- name: Archive ppc64le artifacts into zip
37
0 commit comments