xTHExBEASTx commited on
Commit
d7faa2c
·
verified ·
1 Parent(s): 54d21e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM ollama/ollama:latest
2
 
3
  # Pre-load the model during build so it's ready instantly
4
- RUN ollama serve & sleep 5 && ollama pull huggingface.co/unsloth/Qwen3-Coder-Next-7B-GGUF:Q4_K_M
5
 
6
  # Expose the Ollama port
7
  EXPOSE 11434
 
1
  FROM ollama/ollama:latest
2
 
3
  # Pre-load the model during build so it's ready instantly
4
+ RUN ollama serve & sleep 5 && ollama pull qwen2.5-coder:7b
5
 
6
  # Expose the Ollama port
7
  EXPOSE 11434