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 b138c4f commit 64f93c8Copy full SHA for 64f93c8
.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)/dist:/workspace/pytorch/dist -u $(id -u):$(id -g) ${{ inputs.docker-image-name }} /ppc64le-build.sh
+ docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist ${{ inputs.docker-image-name }} /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