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 7e3a7c1 commit ed0c34fCopy full SHA for ed0c34f
.github/workflows/_linux-build.yml
@@ -281,7 +281,7 @@ jobs:
281
- name: Execute Build and Tests inside ppc64le Docker Container
282
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel-ubi9'
283
run: |
284
- docker run --rm -v ${GITHUB_WORKSPACE}:/workspace/pytorch ${{ inputs.docker-image-name }} .github/scripts/ppc64le-build.sh
+ docker run --rm -v ${GITHUB_WORKSPACE}:/workspace/pytorch ${{ inputs.docker-image-name }} /workspace/pytorch/.github/scripts/ppc64le-build.sh
285
286
287
0 commit comments