Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ ENV OLLAMA_MODELS="/usr/share/ollama/.ollama/models"
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Run the Ollama server and pull the Baymax model
|
26 |
-
CMD
|
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Run the Ollama server and pull the Baymax model
|
26 |
+
CMD ollama serve & sleep 5 && ollama pull noahabebe/baymax && wait
|