Z43L commited on
Commit
e26cf97
·
verified ·
1 Parent(s): 7ddb135

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
20
  RUN apt install make
21
  RUN git clone https://github.com/ggerganov/llama.cpp
22
  RUN cd llama.cpp
23
- RUN make
24
  RUN cd ..
25
 
26
  RUN git clone https://github.com/huggingface/chat-ui.git
 
20
  RUN apt install make
21
  RUN git clone https://github.com/ggerganov/llama.cpp
22
  RUN cd llama.cpp
23
+ RUN make llama.cpp/Makefile
24
  RUN cd ..
25
 
26
  RUN git clone https://github.com/huggingface/chat-ui.git