anews9340 commited on
Commit
5b8a4b3
·
verified ·
1 Parent(s): f5b5b66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN git clone --depth 1 https://github.com/ggerganov/llama.cpp.git . && \
32
  -DGGML_AVX512_VNNI=ON \
33
  -DGGML_OPENMP=ON \
34
  -DGGML_CURL=ON && \
35
- cmake --build build --config Release -j $(nproc) && \
36
  cp build/bin/llama-server . && \
37
  rm -rf build # Clean up build artifacts to reduce image size
38
 
 
32
  -DGGML_AVX512_VNNI=ON \
33
  -DGGML_OPENMP=ON \
34
  -DGGML_CURL=ON && \
35
+ cmake --build build --config Release -j 16 && \
36
  cp build/bin/llama-server . && \
37
  rm -rf build # Clean up build artifacts to reduce image size
38