5fp commited on
Commit
f8bf968
·
verified ·
1 Parent(s): 382bd2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp.git
13
  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
19
  #RUN mkdir build && \
 
13
  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
19
  #RUN mkdir build && \