Skip to content

Commit 3955570

Browse files
dockerfile name in yml
1 parent a52e8e2 commit 3955570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
ls -ld /workspace/pytorch/.git;
4141
whoami"
4242
43-
43+
- run: echo "Runner workspace: ${{ github.workspace }}"
4444
- name: Run Docker container and execute build script
4545
run: |
46-
docker run --rm -u $(id -u):$(id -g) -v "/opt/runner/work/pytorch/pytorch:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
46+
docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/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)