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