Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -47,8 +47,8 @@ RUN mkdir -p /app && mkdir -p /.cache
|
|
47 |
RUN chmod -R 777 /.cache
|
48 |
|
49 |
WORKDIR /app
|
50 |
-
|
51 |
-
RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git llama.cpp
|
52 |
WORKDIR /app/llama.cpp
|
53 |
RUN cmake -B build \
|
54 |
-DGGML_LTO=ON \
|
|
|
47 |
RUN chmod -R 777 /.cache
|
48 |
|
49 |
WORKDIR /app
|
50 |
+
RUN git clone https://github.com/ggml-org/llama.cpp.git
|
51 |
+
# RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git llama.cpp
|
52 |
WORKDIR /app/llama.cpp
|
53 |
RUN cmake -B build \
|
54 |
-DGGML_LTO=ON \
|