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 3955570 commit 1806b44Copy full SHA for 1806b44
.github/workflows/ppc64le.yml
@@ -40,7 +40,8 @@ jobs:
40
ls -ld /workspace/pytorch/.git;
41
whoami"
42
43
- - run: echo "Runner workspace: ${{ github.workspace }}"
+ - run: echo "Runner workspace ${{ github.workspace }}"
44
+
45
- name: Run Docker container and execute build script
46
run: |
47
docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
0 commit comments