Skip to content

Commit a52e8e2

Browse files
dockerfile name in yml
1 parent 6262168 commit a52e8e2

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
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Run Docker container and execute build script
4545
run: |
46-
docker run --rm -u $(id -u):$(id -g) -v "$(pwd):/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
46+
docker run --rm -u $(id -u):$(id -g) -v "/opt/runner/work/pytorch/pytorch:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
4747
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 &&
4848
git -C /workspace/pytorch submodule deinit --all --force &&
4949
git -C /workspace/pytorch submodule update --init --recursive --force &&

0 commit comments

Comments
 (0)