add libxcb

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-09-28 18:59:12 +02:00
parent e25dd2fe26
commit b3a1b3d63f

View File

@@ -85,7 +85,7 @@ RUN <<EOT bash
if [ "${BUILD_TYPE}" = "vulkan" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
apt-get update && \
apt-get install -y --no-install-recommends \
software-properties-common pciutils sudo wget gpg-agent curl xz-utils && \
software-properties-common pciutils sudo wget gpg-agent curl xz-utils libxcb1 && \
echo "vulkan" > /run/localai/capability && \
if [ "amd64" = "$TARGETARCH" ]; then
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add - && \