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