Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,4 @@ EXPOSE 7860
|
|
| 10 |
|
| 11 |
# Start ollama, pull the model, then keep the container running
|
| 12 |
# Note: Using sh -c to ensure the model pulls before the container starts serving
|
| 13 |
-
ENTRYPOINT ["sh", "-c", "ollama serve & sleep 10 && ollama pull
|
|
|
|
| 10 |
|
| 11 |
# Start ollama, pull the model, then keep the container running
|
| 12 |
# Note: Using sh -c to ensure the model pulls before the container starts serving
|
| 13 |
+
ENTRYPOINT ["sh", "-c", "ollama serve & sleep 10 && ollama pull qwen2.5-coder && ollama list && wait"]
|