Skip to content

Commit d2939fe

Browse files
dockerfile name in yml
1 parent feb77f8 commit d2939fe

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
- name: Run Docker container and execute build script
3232

3333
run: |
34-
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash
34+
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3535
3636
- name: Archive ppc64le artifacts into zip
3737

0 commit comments

Comments
 (0)