docker/unified: vulkan build fixes (#600)

multiple fixes to vulkan build: 

- use ubuntu 26.04 to be compatible with AMD 395+ (Strix halo) hardware
- add home directory in container 
- fix stable-diffusion install to actually enable vulkan

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benson Wong
2026-03-25 23:26:13 +09:00
committed by GitHub
parent e5e7391b6d
commit 8fabc75634
3 changed files with 22 additions and 11 deletions
+1
View File
@@ -43,6 +43,7 @@ elif [ "$BACKEND" = "vulkan" ]; then
CMAKE_FLAGS+=(
-DGGML_CUDA=OFF
-DGGML_VULKAN=ON
-DSD_VULKAN=ON
)
fi