unclemusclez commited on
Commit
e86c1e5
·
verified ·
1 Parent(s): 915906a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -43,9 +43,9 @@ RUN pyenv install ${PYTHON_VERSION} && \
43
 
44
  COPY --chown=1000 . ${HOME}/app
45
 
46
- RUN git clone https://github.com/ollama/ollama.git \
47
- git clone https://github.com/ggerganov/llama.cpp \
48
- pip install -r llama.cpp/requirements.txt
49
  COPY groups_merged.txt ${HOME}/app/llama.cpp/.
50
 
51
  ENV PYTHONPATH=${HOME}/app \
 
43
 
44
  COPY --chown=1000 . ${HOME}/app
45
 
46
+ RUN git clone https://github.com/ollama/ollama.git
47
+ RUN git clone https://github.com/ggerganov/llama.cpp
48
+ RUN pip install -r llama.cpp/requirements.txt
49
  COPY groups_merged.txt ${HOME}/app/llama.cpp/.
50
 
51
  ENV PYTHONPATH=${HOME}/app \