Skip to content

Commit ddc004f

Browse files
dockerfile name in yml
1 parent 2113298 commit ddc004f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ jobs:
205205
- name: Run Docker container and execute build script
206206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207207
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"
208+
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 ls /workspace/pytorch
209+
209210
210211
- name: Build
211212
if: (steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' ) && (inputs.build-environment != 'linux-ppc64le-binary-manywheel')

0 commit comments

Comments
 (0)