Update Dockerfile
Browse files- 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
|