Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ WORKDIR /app
|
|
19 |
RUN git clone https://github.com/ggerganov/llama.cpp --depth 1 .
|
20 |
|
21 |
# Use the default CUDA archs if not specified
|
22 |
-
RUN LDFLAGS="-cudart=static -lcublas_static -lcublasLt_static -lculibos" GGML_CUDA=1 LLAMA_CURL=1 LLAMA_CUDA=1 make llama-server
|
23 |
|
24 |
|
25 |
FROM node:22 AS runtime
|
|
|
19 |
RUN git clone https://github.com/ggerganov/llama.cpp --depth 1 .
|
20 |
|
21 |
# Use the default CUDA archs if not specified
|
22 |
+
RUN LDFLAGS="-cudart=static -lcublas_static -lcublasLt_static -lculibos" GGML_CUDA=1 LLAMA_CURL=1 LLAMA_CUDA=1 make llama-server -j
|
23 |
|
24 |
|
25 |
FROM node:22 AS runtime
|