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