Docker – how to pull model automatically with container creation?
When trying to access the ollama container from another (node) service in my docker compose setup, I get the following error: ResponseError: model 'llama3' not found, try pulling it first I want the setup for the containers to be automatic…