R1000 commited on
Commit
e0d4354
·
verified ·
1 Parent(s): 23d6425

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,5 +15,8 @@ RUN ollama serve \
15
  & sleep 5 \
16
  && ollama pull qwen2.5-coder:3b \
17
  && ollama pull qwen2.5-coder:0.5b \
 
 
 
18
  && echo "Done. Stop Ollama..." \
19
  && pkill ollama
 
15
  & sleep 5 \
16
  && ollama pull qwen2.5-coder:3b \
17
  && ollama pull qwen2.5-coder:0.5b \
18
+ && ollama pull gemma2:2b \
19
+ && ollama pull gemma3:1b \
20
+ && ollama pull qwen3:0.6b \
21
  && echo "Done. Stop Ollama..." \
22
  && pkill ollama