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 7fe6480 commit 2113298Copy full SHA for 2113298
.github/workflows/_linux-build.yml
@@ -205,7 +205,7 @@ 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 "chown -R runner:runner /workspace/pytorch && /ppc64le-build.sh"
+ 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"
209
210
- name: Build
211
if: (steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' ) && (inputs.build-environment != 'linux-ppc64le-binary-manywheel')
0 commit comments