diff --git a/Dockerfile b/Dockerfile index 7b3d19f..b34dbe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=32 +ARG max_jobs=96 ENV MAX_JOBS=${max_jobs} # number of threads used by nvcc ARG nvcc_threads=8