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

11 lines
271 B
YAML

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