mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
Add AMD docker compose file
This commit is contained in:
parent
7a7d1931d9
commit
075dddf3d3
8
docker-compose.amdgpu.yaml
Normal file
8
docker-compose.amdgpu.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
services:
|
||||||
|
ollama:
|
||||||
|
devices:
|
||||||
|
- /dev/kfd:/dev/kfd
|
||||||
|
- /dev/dri:/dev/dri
|
||||||
|
image: ollama/ollama:rocm
|
||||||
|
environment:
|
||||||
|
- 'HSA_OVERRIDE_GFX_VERSION=${HSA_OVERRIDE_GFX_VERSION}'
|
Loading…
Reference in New Issue
Block a user