We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5842c23 + 3f8b47a commit 073b542Copy full SHA for 073b542
1 file changed
llamacpp/native/cuda.Dockerfile
@@ -37,7 +37,7 @@ RUN echo "-B build \
37
-GNinja \
38
-S ." > cmake-flags
39
RUN cmake $(cat cmake-flags)
40
-RUN cmake --build build --config Release
+RUN cmake --build build --config Release -j$(nproc --ignore=2)
41
RUN cmake --install build --config Release --prefix install
42
43
RUN rm install/bin/*.py
0 commit comments