Skip to content

Commit 71dda3a

Browse files
dockerfile name in yml
1 parent 0e4abcb commit 71dda3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131
3232
- name: Run Docker container and execute build script
3333
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"
34+
docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch" pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3935
4036

4137

0 commit comments

Comments
 (0)