Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp.git
|
|
13 |
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 && \
|
|
|
13 |
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 && \
|