Skip to content

Commit 9cda69a

Browse files
dockerfile name in yml
1 parent e2741d2 commit 9cda69a

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run Docker container and execute build script
3737

3838
run: |
39-
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c
39+
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
4040
if [ -d /workspace/pytorch/.git ]; then
4141
git config --global --add safe.directory /workspace/pytorch &&
4242
git submodule update --init --recursive

0 commit comments

Comments
 (0)