ngxson HF Staff commited on
Commit
9ef7983
·
verified ·
1 Parent(s): 5004322

Update Dockerfile

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