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 f719ef3 commit 84ea6feCopy full SHA for 84ea6fe
.github/workflows/_linux-build.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: Run Docker container and execute build script
192
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
193
run: |
194
- docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist --cpus=2 pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ 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
195
196
- name: Build
197
if: steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' || inputs.build-environment != 'linux-ppc64le-binary-manywheel'
0 commit comments