]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
devops: Add build-essential to Ubuntu 26.04 image (#17531)
authorEric Curtin <redacted>
Thu, 27 Nov 2025 10:35:47 +0000 (10:35 +0000)
committerGitHub <redacted>
Thu, 27 Nov 2025 10:35:47 +0000 (18:35 +0800)
This is no longer passing the build, needs more packages.

Signed-off-by: Eric Curtin <redacted>
.devops/vulkan.Dockerfile

index ebf23ba5cffc868dcb2496d82b7f9ee96685bba6..fd7195c5bebab4df7eb84ef9e55ed81f56e8d125 100644 (file)
@@ -50,6 +50,7 @@ WORKDIR /app
 
 RUN apt-get update \
     && apt-get install -y \
+    build-essential \
     git \
     python3 \
     python3-pip \