This is a basic question as I am just getting started in this space. I installed the AI Starter Pack for Docker Desktop, and cannot figure out what directory to go to in order to pull new Ollama models. I cannot find them in the docker directory or the custom AI starter pack directory. Thank you for any assistance!
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
1 Like
Have same problem.
Don’t know how to Pull AI Models. Because there is no Ollama Command prompt!
Database: default
n8n execution: own
Running via: Docker
OS: Self Hosted AI Starter Pack on Windows Desktop Docker
As described here:
Error is this:
Any Updates?
you could try running ollama pull MODEL
via docker exec
.
1 Like
Thanks!
Worked for me! I ran the following:
docker exec [container-id] ollama pull [model name]
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.