5fp commited on
Commit
4848ae7
1 Parent(s): 187bfaf

Update Dockerfile

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