hopefully this fixes it

#176
by reach-vb HF Staff - opened
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
44
 
45
  COPY --chown=1000 . ${HOME}/app
46
  RUN git clone https://github.com/ggerganov/llama.cpp
47
- RUN pip install -r llama.cpp/requirements.txt
48
 
49
  COPY groups_merged.txt ${HOME}/app/llama.cpp/
50
 
 
44
 
45
  COPY --chown=1000 . ${HOME}/app
46
  RUN git clone https://github.com/ggerganov/llama.cpp
47
+ RUN pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
48
 
49
  COPY groups_merged.txt ${HOME}/app/llama.cpp/
50