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

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
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
19
  #RUN mkdir build && \
20
  # cd build && \
21
  # cmake .. && \