ShriAishu commited on
Commit
739ea7e
·
verified ·
1 Parent(s): 7a1bbfe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 qwen3.5:2b && wait"]
 
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"]