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 de3b925 commit b138c4fCopy full SHA for b138c4f
.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) pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist -u $(id -u):$(id -g) ${{ 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