[GH-ISSUE #7901] How to run non-docker AMD? #14924

Closed
opened 2026-04-19 21:10:14 -05:00 by GiteaMirror · 0 comments
Owner

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}'
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}' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14924