Skip to content

Commit 4bdc3dd

Browse files
dockerfile name in yml
1 parent d4af98c commit 4bdc3dd

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
@@ -37,7 +37,7 @@ jobs:
3737
docker run --rm \
3838
-v pytorch_workspace:/workspace/pytorch \
3939
-v "${{ github.workspace }}:/repo" \
40-
ubuntu bash -c "cp -r /repo/* /workspace/pytorch/"
40+
pytorch-ppc64le:ubi9.3 bash -c "cp -r /repo/* /workspace/pytorch/"
4141
4242
- name: Run Docker container and execute build script
4343
run: |

0 commit comments

Comments
 (0)