This commit is contained in:
hailin 2025-08-04 21:55:36 +08:00
parent 039069849c
commit 4ae5743be7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != "0" ]; then bash tools/check_repo.sh ; fi
# max jobs used by Ninja to build extensions
ARG max_jobs=2
ARG max_jobs=32
ENV MAX_JOBS=${max_jobs}
# number of threads used by nvcc
ARG nvcc_threads=8