mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
10 lines
246 B
YAML
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:
|