open-webui / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 2c3ccc0cc9cf8844706e074382d36bdd9fcca844
3250c08
raw history blame
No virus
251 Bytes
services:
ollama:
# GPU support
deploy:
resources:
reservations:
devices:
- driver: ${OLLAMA_GPU_DRIVER-nvidia}
count: ${OLLAMA_GPU_COUNT-1}
capabilities:
- gpu