llama-stack-mirror/docker/ollama/compose.yaml
2024-11-08 14:55:04 -08:00

10 lines
246 B
YAML

services:
ollama:
image: ollama/ollama:latest
volumes:
- ollama:/root/.ollama # this solution synchronizes with the docker volume and loads the model rocket fast
ports:
- "11434:11434"
command: []
volumes:
ollama: