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