Skip to content

Commit a656cb3

Browse files
dockerfile name in yml
1 parent b358b8e commit a656cb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ 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 /ppc64le-build.sh
34+
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c \
35+
"git config --global --add safe.directory /workspace/pytorch && \
36+
git submodule update --init --recursive && \
37+
/ppc64le-build.sh"
3538
3639
- name: Archive ppc64le artifacts into zip
3740

0 commit comments

Comments
 (0)