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 71dda3a commit 7f40bc4Copy full SHA for 7f40bc4
.github/workflows/ppc64le.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run Docker container and execute build script
33
run: |
34
- docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ docker run --rm -u $(id -u):$(id -g) -v /var/run/docker.sock:/var/run/docker.sock -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
35
36
37
0 commit comments