R1000 commited on
Commit
3ea4276
·
verified ·
1 Parent(s): d17c7e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ CMD bash -c "\
22
  ollama pull qwen3:0.6b && \
23
  ollama pull qwen3.5:0.8b && \
24
  ollama pull gemma3:270m && \
25
- ollama pull functiongemma && \
26
  ollama pull granite4:350m && \
27
 
28
  wait"
 
22
  ollama pull qwen3:0.6b && \
23
  ollama pull qwen3.5:0.8b && \
24
  ollama pull gemma3:270m && \
25
+ ollama pull functiongemma:270m && \
26
  ollama pull granite4:350m && \
27
 
28
  wait"