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 0e4abcb commit 71dda3aCopy full SHA for 71dda3a
.github/workflows/ppc64le.yml
@@ -31,11 +31,7 @@ jobs:
31
32
- name: Run Docker container and execute build script
33
run: |
34
- docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
35
- export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 &&
36
- git -C /workspace/pytorch submodule deinit --all --force &&
37
- git -C /workspace/pytorch submodule update --init --recursive --force &&
38
- /ppc64le-build.sh"
+ docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
39
40
41
0 commit comments