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