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