Subham9126 commited on
Commit
ea87279
·
verified ·
1 Parent(s): c771c95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -23,4 +23,5 @@ USER 1000
23
  EXPOSE 7860
24
  # 5. Start, optimize, and keep running
25
  # We use 'qwen3:0.6b' (or the specific tag you need)
26
- ENTRYPOINT ["/bin/sh", "-c", "ollama serve & sleep 10 && ollama pull qwen3.5:2b && wait"]
 
 
23
  EXPOSE 7860
24
  # 5. Start, optimize, and keep running
25
  # We use 'qwen3:0.6b' (or the specific tag you need)
26
+ ENTRYPOINT ["/bin/sh", "-c", "ollama serve & sleep 10 && ollama pull qwen2.5:0.5b && wait"]
27
+