Skip to content

Commit 7f40bc4

Browse files
dockerfile name in yml
1 parent 71dda3a commit 7f40bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run Docker container and execute build script
3333
run: |
34-
docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
34+
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
3535
3636

3737

0 commit comments

Comments
 (0)