]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
vulkan: Update docker image to Ubuntu 26.04 to enable glslc features (#17439)
authorEric Curtin <redacted>
Sun, 23 Nov 2025 09:29:36 +0000 (09:29 +0000)
committerGitHub <redacted>
Sun, 23 Nov 2025 09:29:36 +0000 (10:29 +0100)
26.04 provides these

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

index b6b802a7c6e7daaea36ce6ecb6b2b2eda6d026c4..ebf23ba5cffc868dcb2496d82b7f9ee96685bba6 100644 (file)
@@ -1,9 +1,7 @@
-ARG UBUNTU_VERSION=25.10
+ARG UBUNTU_VERSION=26.04
 
 FROM ubuntu:$UBUNTU_VERSION AS build
 
-# Ref: https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html
-
 # Install build tools
 RUN apt update && apt install -y git build-essential cmake wget xz-utils