open-webui / docker-compose.amdgpu.yaml
github-actions[bot]
GitHub deploy: d79d3f13520a6a4c670ec64a0001de60f4ff4f35
f70ca25
raw
history blame contribute delete
No virus
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}'