open-webui-odiagen / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 80a39906aa5c7b13aa2c54023368c295ec269a79
f36f7ce
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