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