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