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 6262168 commit a52e8e2Copy full SHA for a52e8e2
.github/workflows/ppc64le.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Run Docker container and execute build script
45
run: |
46
- docker run --rm -u $(id -u):$(id -g) -v "$(pwd):/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
+ docker run --rm -u $(id -u):$(id -g) -v "/opt/runner/work/pytorch/pytorch:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
47
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 &&
48
git -C /workspace/pytorch submodule deinit --all --force &&
49
git -C /workspace/pytorch submodule update --init --recursive --force &&
0 commit comments