5fp commited on
Commit
187bfaf
·
verified ·
1 Parent(s): e699325

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,8 +14,9 @@ WORKDIR /build/llama.cpp
14
 
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 .. && \
 
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 && \
21
  # cd build && \
22
  # cmake .. && \