open-webui / docker-compose.amdgpu.yaml
github-actions[bot]
GitHub deploy: 936896f546adff4433dc2695ee03436cf32be3a8
9258713
raw
history blame
222 Bytes
services:
ollama:
devices:
- /dev/kfd:/dev/kfd
- /dev/dri:/dev/dri
image: ollama/ollama:${OLLAMA_DOCKER_TAG-rocm}
environment:
- 'HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION-11.0.0}'