ilhooq commited on
Commit
70ea69b
1 Parent(s): 989c3e1

Comment LLAMA_CURL

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp.git
9
 
10
  WORKDIR /llama.cpp
11
 
12
- ENV LLAMA_CURL=1
13
 
14
  RUN make
15
 
 
9
 
10
  WORKDIR /llama.cpp
11
 
12
+ # ENV LLAMA_CURL=1
13
 
14
  RUN make
15