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 e2741d2 commit 9cda69aCopy full SHA for 9cda69a
.github/workflows/ppc64le.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run Docker container and execute build script
37
38
run: |
39
- docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c
+ docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
40
if [ -d /workspace/pytorch/.git ]; then
41
git config --global --add safe.directory /workspace/pytorch &&
42
git submodule update --init --recursive
0 commit comments