]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix(docker): add missing libglvnd libraries to Vulkan image (#18664)
authorR <redacted>
Wed, 7 Jan 2026 15:57:42 +0000 (16:57 +0100)
committerGitHub <redacted>
Wed, 7 Jan 2026 15:57:42 +0000 (16:57 +0100)
commitae9f8df77882716b1702df2bed8919499e64cc28
tree0649e8c27824f6e2c615601d872213d063332b57
parent56d2fed2b3970ae55eebd0e5426d402304b1358a
fix(docker): add missing libglvnd libraries to Vulkan image (#18664)

Add libglvnd0, libgl1, libglx0, libegl1, libgles2 to the Vulkan
Dockerfile base image. These libraries are required by mesa-vulkan-drivers
to properly initialize the Vulkan ICD and detect GPU devices.

Without these libraries, vkEnumeratePhysicalDevices() returns an empty
list, resulting in "ggml_vulkan: No devices found." error.

Fixes #17761
.devops/vulkan.Dockerfile