Update vulkan version to the version used in llama.cpp

This commit is contained in:
Inforithmics
2025-09-06 21:03:31 +02:00
parent 80873ca49e
commit 8687e30bb5

View File

@@ -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