Skip to content

Commit ead4357

Browse files
authored
Merge branch 'ggml-org:master' into mradermacher
2 parents 7637c55 + 96ac5a2 commit ead4357

File tree

24 files changed

+552
-506
lines changed

24 files changed

+552
-506
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)