open-webui / docker-compose.amdgpu.yaml
github-actions[bot]
GitHub deploy: 98f3b3200a726a9eee1f707bdd2850c746a18889
81e42f7
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}'