- Create
.envusing the template (.env.example) - Enter all required models in
entrypoint.sh - Run
docker-compose up -dor
docker compose up -dAccess ollama web ui here: localhost:14080
and acess your models using curl
curl 'http://localhost:10434/api/tags' \
--header 'Authorization: Bearer <token>'