Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -13,10 +13,12 @@ ENV HOME=/home/user \
|
|
13 |
|
14 |
WORKDIR $HOME/app
|
15 |
|
16 |
-
COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
#RUN curl -fsSL https://huggingface.co/gingdev/llama7b-ictu-v2/resolve/main/llama7b_q4_k_m.gguf?download=true -o llama.gguf
|
19 |
|
20 |
-
RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
|
|
|
|
21 |
|
22 |
EXPOSE 11434
|
|
|
13 |
|
14 |
WORKDIR $HOME/app
|
15 |
|
16 |
+
#COPY --chown=user:user Modelfile $HOME/app/
|
17 |
|
18 |
#RUN curl -fsSL https://huggingface.co/gingdev/llama7b-ictu-v2/resolve/main/llama7b_q4_k_m.gguf?download=true -o llama.gguf
|
19 |
|
20 |
+
#RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
+
|
22 |
+
RUN ollama serve
|
23 |
|
24 |
EXPOSE 11434
|