mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 00:23:13 +00:00
fix the ollama pull container. it broke in #29
This commit is contained in:
@@ -38,6 +38,8 @@ x-init-ollama: &init-ollama
|
||||
volumes:
|
||||
- ollama_storage:/root/.ollama
|
||||
entrypoint: /bin/sh
|
||||
environment:
|
||||
- OLLAMA_HOST=ollama:11434
|
||||
command:
|
||||
- "-c"
|
||||
- "sleep 3; ollama pull llama3.2"
|
||||
|
||||
Reference in New Issue
Block a user