We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b358b8e commit a656cb3Copy full SHA for a656cb3
.github/workflows/ppc64le.yml
@@ -31,7 +31,10 @@ jobs:
31
- name: Run Docker container and execute build script
32
33
run: |
34
- docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ 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"
38
39
- name: Archive ppc64le artifacts into zip
40
0 commit comments