1
0
Fork 0
local-llm/docker-compose.cpu.yml

15 lines
315 B
YAML
Raw Normal View History

2024-02-22 03:01:24 +00:00
include:
- docker-compose.base.yml
services:
# Begin Ollama service
ollama:
image: ollama/ollama:latest
2024-02-22 03:01:24 +00:00
restart: unless-stopped
entrypoint: /bootstrap.sh
command: mistral
ports:
- 11434:11434
volumes:
- ./ollama/bootstrap.sh:/bootstrap.sh:ro
- ./ollama:/root/.ollama