Add new model

This commit is contained in:
ben
2025-04-14 17:44:25 +02:00
parent d070c7fa4d
commit 23b0703506
2 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ services:
build:
dockerfile: src/ollama_provision/Dockerfile
environment:
- MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2:latest,mistral:latest,deepseek-r1:7b
- MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2:latest,mistral:latest,deepseek-r1:7b,deepcoder:14b
volumes:
- ollama:/root/.ollama
restart: no