open-webui / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 670441f548bf8bd82676e06956af3f1001d67c4c
3fd3bee
services:
ollama:
# GPU support
deploy:
resources:
reservations:
devices:
- driver: ${OLLAMA_GPU_DRIVER-nvidia}
count: ${OLLAMA_GPU_COUNT-1}
capabilities:
- gpu