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 d4af98c commit 4bdc3ddCopy full SHA for 4bdc3dd
.github/workflows/ppc64le.yml
@@ -37,7 +37,7 @@ jobs:
37
docker run --rm \
38
-v pytorch_workspace:/workspace/pytorch \
39
-v "${{ github.workspace }}:/repo" \
40
- ubuntu bash -c "cp -r /repo/* /workspace/pytorch/"
+ pytorch-ppc64le:ubi9.3 bash -c "cp -r /repo/* /workspace/pytorch/"
41
42
- name: Run Docker container and execute build script
43
run: |
0 commit comments