Orion-zhen commited on
Commit
7860305
·
verified ·
1 Parent(s): f527df5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ ENV LLAMA_ARG_EMBEDDINGS=${EMBEDDING_ONLY}
28
  ENV LLAMA_ARG_RERANKING=${RERANK_ONLY}
29
 
30
  RUN pacman -Syu --noconfirm --overwrite '*'
31
- RUN pacman -S base-devel git git-lfs cmake curl openblas openblas64 blas64-openblas python gcc-libs glibc
32
 
33
  RUN mkdir -p /app && mkdir -p /.cache
34
  # cache dir for llama.cpp to download models
 
28
  ENV LLAMA_ARG_RERANKING=${RERANK_ONLY}
29
 
30
  RUN pacman -Syu --noconfirm --overwrite '*'
31
+ RUN pacman -S base-devel git git-lfs cmake curl openblas openblas64 blas64-openblas python gcc-libs glibc --noconfirm --overwrite '*'
32
 
33
  RUN mkdir -p /app && mkdir -p /.cache
34
  # cache dir for llama.cpp to download models