This commit is contained in:
parent
039069849c
commit
4ae5743be7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue