mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
8 lines
222 B
YAML
8 lines
222 B
YAML
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}' |