Skip to content

Commit b515196

Browse files
manylinux image build
1 parent 972eff9 commit b515196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_linux-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ jobs:
253253
-e HUGGING_FACE_HUB_TOKEN \
254254
-e SCRIBE_GRAPHQL_ACCESS_TOKEN \
255255
-e USE_SPLIT_BUILD \
256+
--memory="${TOTAL_AVAILABLE_MEMORY_IN_GB%.*}g" \
257+
--memory-swap="${TOTAL_MEMORY_WITH_SWAP}g" \
258+
--env-file="/tmp/github_env_${GITHUB_RUN_ID}" \
259+
--security-opt seccomp=unconfined \
260+
--cap-add=SYS_PTRACE \
256261
-v ${GITHUB_WORKSPACE}:/workspace/pytorch pytorch/ubippc64le-builder:cpu-ppc64le-main /workspace/pytorch/.ci/pytorch/build.sh
257262
258263
END_TIME=$(date +%s)

0 commit comments

Comments
 (0)