ngxson HF Staff commited on
Commit
0178232
·
verified ·
1 Parent(s): c39ce8e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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