Skip to content

Commit 1806b44

Browse files
dockerfile name in yml
1 parent 3955570 commit 1806b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
ls -ld /workspace/pytorch/.git;
4141
whoami"
4242
43-
- run: echo "Runner workspace: ${{ github.workspace }}"
43+
- run: echo "Runner workspace ${{ github.workspace }}"
44+
4445
- name: Run Docker container and execute build script
4546
run: |
4647
docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "

0 commit comments

Comments
 (0)