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