Spaces:
Build error
Build error
Add frob/mradermacher-Llama3.3-8B-Thinking-Heretic-Claude-4.5-Opus:q8_0
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,5 +14,6 @@ RUN ollama serve \
|
|
| 14 |
& sleep 5 \
|
| 15 |
&& ollama pull gemma2:2b \
|
| 16 |
&& ollama pull alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s \
|
|
|
|
| 17 |
&& echo "Done. Stop Ollama..." \
|
| 18 |
&& pkill ollama
|
|
|
|
| 14 |
& sleep 5 \
|
| 15 |
&& ollama pull gemma2:2b \
|
| 16 |
&& ollama pull alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s \
|
| 17 |
+
&& ollama pull frob/mradermacher-Llama3.3-8B-Thinking-Heretic-Claude-4.5-Opus:q8_0 \
|
| 18 |
&& echo "Done. Stop Ollama..." \
|
| 19 |
&& pkill ollama
|