Originally created by @thalesfsp on GitHub (Dec 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7901
I see (https://github.com/open-webui/open-webui/blob/main/docker-compose.amdgpu.yaml) the docker version, what about non-Docker version? Need to set / install something? Best!
```
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}'
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @thalesfsp on GitHub (Dec 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7901
I see (https://github.com/open-webui/open-webui/blob/main/docker-compose.amdgpu.yaml) the docker version, what about non-Docker version? Need to set / install something? Best!