Skip to content

Commit bc809e9

Browse files
authored
vulkan: Update docker image to Ubuntu 26.04 to enable glslc features (ggml-org#17439)
26.04 provides these Signed-off-by: Eric Curtin <[email protected]>
1 parent 54d83bb commit bc809e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devops/vulkan.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
ARG UBUNTU_VERSION=25.10
1+
ARG UBUNTU_VERSION=26.04
22

33
FROM ubuntu:$UBUNTU_VERSION AS build
44

5-
# Ref: https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html
6-
75
# Install build tools
86
RUN apt update && apt install -y git build-essential cmake wget xz-utils
97

0 commit comments

Comments
 (0)