5fp commited on
Commit
e699325
·
verified ·
1 Parent(s): 722aa57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /build/llama.cpp
15
  # Ensure that LLAMA_CUBLAS is not set to 1
16
  #ENV LLAMA_CUBLAS=0
17
 
18
- RUN make llama-server -static
19
  #RUN mkdir build && \
20
  # cd build && \
21
  # cmake .. && \
 
15
  # Ensure that LLAMA_CUBLAS is not set to 1
16
  #ENV LLAMA_CUBLAS=0
17
 
18
+ RUN make llama-server -static -j4
19
  #RUN mkdir build && \
20
  # cd build && \
21
  # cmake .. && \