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 2113298 commit ddc004fCopy full SHA for ddc004f
.github/workflows/_linux-build.yml
@@ -205,7 +205,8 @@ jobs:
205
- name: Run Docker container and execute build script
206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207
run: |
208
- docker run --rm -v "$(pwd):/workspace/pytorch" ${{ inputs.docker-image-name }} bash -c "useradd -m runner && chown -R runner:runner /workspace/pytorch && /ppc64le-build.sh"
+ docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 ls /workspace/pytorch
209
+
210
211
- name: Build
212
if: (steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' ) && (inputs.build-environment != 'linux-ppc64le-binary-manywheel')
0 commit comments