open-webui1 / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 47c76ab5fe2fe8277fc8015e296649f77086b0ca
9f5f235
services:
ollama:
# GPU support
deploy:
resources:
reservations:
devices:
- driver: ${OLLAMA_GPU_DRIVER-nvidia}
count: ${OLLAMA_GPU_COUNT-1}
capabilities:
- gpu