Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
| 48 |
-
|
| 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 \
|