open-webui / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 412ec4cb88a48a58c0eb418c38a2b8efccbc3da5
429adb2
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