Fix eGPU Init

This commit is contained in:
2025-12-24 01:16:53 -05:00
parent 8a1c9c3864
commit 49d8d4362e

View File

@@ -18,7 +18,8 @@ services:
# P52 Bind Mount (Already working) # P52 Bind Mount (Already working)
- /mnt/local-ssd/docker/ollama:/root/.ollama - /mnt/local-ssd/docker/ollama:/root/.ollama
- /dev/kfd:/dev/kfd - /dev/kfd:/dev/kfd
- /dev/dri:/dev/dri # 2. Mount ONLY the AMD Render Node (The Blinders)
- /dev/dri/renderD128:/dev/dri/renderD128
environment: environment:
- HSA_OVERRIDE_GFX_VERSION=10.3.0 - HSA_OVERRIDE_GFX_VERSION=10.3.0
- ROCR_VISIBLE_DEVICES=all - ROCR_VISIBLE_DEVICES=all