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