Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR /build/llama.cpp
|
|
15 |
# Ensure that LLAMA_CUBLAS is not set to 1
|
16 |
#ENV LLAMA_CUBLAS=0
|
17 |
|
18 |
-
RUN make llama-server -static
|
19 |
#RUN mkdir build && \
|
20 |
# cd build && \
|
21 |
# cmake .. && \
|
|
|
15 |
# Ensure that LLAMA_CUBLAS is not set to 1
|
16 |
#ENV LLAMA_CUBLAS=0
|
17 |
|
18 |
+
RUN make llama-server -static -j4
|
19 |
#RUN mkdir build && \
|
20 |
# cd build && \
|
21 |
# cmake .. && \
|