| FROM ollama/ollama:latest |
|
|
| EXPOSE 11434 |
|
|
| HEALTHCHECK --interval=60s --timeout=5s --start-period=5s --retries=3 \ |
| CMD curl -fsS http: |
|
|
| ENTRYPOINT [] |
|
|
|
|
| # ollama pull scb10x/typhoon2.1-gemma3-4b && \ |
| # ollama pull mxbai-embed-large:335m && \ |
| # ollama pull qwen2.5-coder:1.5b && \ |
| # ollama pull qwen3:1.7b && \ |
| # ollama pull huihui_ai/qwen3.5-abliterated:9b && \ |
| # ollama pull nemotron-3-nano:4b && \ |
|
|
| CMD bash -c "\ |
| ollama serve & \ |
| sleep 5 && \ |
|
|
| ollama pull qwen3:0.6b && \ |
| ollama pull qwen3.5:0.8b && \ |
| ollama pull gemma3:270m && \ |
| ollama pull functiongemma:270m && \ |
| ollama pull granite4:350m && \ |
| |
| wait" |