Skip to content

Commit 1f9f562

Browse files
using dockerfile2
1 parent 84ea6fe commit 1f9f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: Run Docker container and execute build script
192192
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
193193
run: |
194-
docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --cpus=1 --memory=8g --memory-swap=16g -e MAX_JOBS=1 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
194+
docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --cpus=1 --memory=16g --memory-swap=32g -e MAX_JOBS=1 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
195195
196196
- name: Build
197197
if: steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' || inputs.build-environment != 'linux-ppc64le-binary-manywheel'

0 commit comments

Comments
 (0)