Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -44,10 +44,10 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
44 |
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler"
|
45 |
|
46 |
COPY --chown=1000 . ${HOME}/app
|
47 |
-
RUN git clone https://github.com/ollama/ollama.git
|
48 |
-
git clone https://github.com/ggerganov/llama.cpp
|
49 |
-
pip install -r llama.cpp/requirements.txt
|
50 |
-
COPY groups_merged.txt ${HOME}/app/llama.cpp
|
51 |
|
52 |
|
53 |
ENV PYTHONPATH=${HOME}/app \
|
|
|
44 |
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler"
|
45 |
|
46 |
COPY --chown=1000 . ${HOME}/app
|
47 |
+
RUN git clone https://github.com/ollama/ollama.git \
|
48 |
+
git clone https://github.com/ggerganov/llama.cpp \
|
49 |
+
pip install -r llama.cpp/requirements.txt \
|
50 |
+
COPY groups_merged.txt ${HOME}/app/llama.cpp/.
|
51 |
|
52 |
|
53 |
ENV PYTHONPATH=${HOME}/app \
|