Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|