This commit is contained in:
hailin 2025-08-04 22:24:05 +08:00
parent 4ae5743be7
commit c542704993
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 if [ "$GIT_REPO_CHECK" != "0" ]; then bash tools/check_repo.sh ; fi
# max jobs used by Ninja to build extensions # max jobs used by Ninja to build extensions
ARG max_jobs=32 ARG max_jobs=96
ENV MAX_JOBS=${max_jobs} ENV MAX_JOBS=${max_jobs}
# number of threads used by nvcc # number of threads used by nvcc
ARG nvcc_threads=8 ARG nvcc_threads=8