From 8687e30bb54b0ded232a14f4e1321aa0b09662fa Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Sat, 6 Sep 2025 21:03:31 +0200 Subject: [PATCH] Update vulkan version to the version used in llama.cpp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89f1d1cc9..83e2f89e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG ROCMVERSION=6.3.3 ARG JETPACK5VERSION=r35.4.1 ARG JETPACK6VERSION=r36.4.0 ARG CMAKEVERSION=3.31.2 -ARG VULKANVERSION=1.4.304.1 +ARG VULKANVERSION=1.4.313.2 # We require gcc v10 minimum. v10.3 has regressions, so the rockylinux 8.5 AppStream has the latest compatible version FROM --platform=linux/amd64 rocm/dev-almalinux-8:${ROCMVERSION}-complete AS base-amd64