open-webui-new / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: cc996739067e147423da883a962c8a2b536375c1
799010c
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