OpenWebUI / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: b38e2fab32636dc44ac6dfde201ffddbdde9fcd1
0608db0
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