Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,6 +19,6 @@ WORKDIR $HOME/app
|
|
19 |
|
20 |
#RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
|
22 |
-
RUN ollama serve
|
23 |
|
24 |
EXPOSE 11434
|
|
|
19 |
|
20 |
#RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
|
21 |
|
22 |
+
RUN ollama serve
|
23 |
|
24 |
EXPOSE 11434
|