mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
add libx11
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
b3a1b3d63f
commit
2aed98d14b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 libxcb1 && \
|
||||
software-properties-common pciutils sudo wget gpg-agent curl xz-utils libxcb1 libx11-6 && \
|
||||
echo "vulkan" > /run/localai/capability && \
|
||||
if [ "amd64" = "$TARGETARCH" ]; then
|
||||
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add - && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue