MVPilgrim commited on
Commit
66980e2
·
verified ·
1 Parent(s): b9596d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -67,6 +67,7 @@ RUN pip3 install ninja
67
  RUN CMAKE_ARGS="GGML_CUDA=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
68
  #RUN pip3 install --break-system-packages cffi
69
  RUN pip3 install cffi
 
70
 
71
  # Install text2vec-transformers
72
  WORKDIR /app/text2vec-transformers
 
67
  RUN CMAKE_ARGS="GGML_CUDA=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
68
  #RUN pip3 install --break-system-packages cffi
69
  RUN pip3 install cffi
70
+ RUN pip install huggingface-hub==0.25.2
71
 
72
  # Install text2vec-transformers
73
  WORKDIR /app/text2vec-transformers