From 4ae5743be780ed28ee6af56a7bcfcb438f313373 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 4 Aug 2025 21:55:36 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e4b43a..7b3d19f 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=2 +ARG max_jobs=32 ENV MAX_JOBS=${max_jobs} # number of threads used by nvcc ARG nvcc_threads=8