diff --git a/model_servers/llamacpp_python/vulkan/amd64/Containerfile b/model_servers/llamacpp_python/vulkan/amd64/Containerfile index eb30ae11..6152cdeb 100644 --- a/model_servers/llamacpp_python/vulkan/amd64/Containerfile +++ b/model_servers/llamacpp_python/vulkan/amd64/Containerfile @@ -1,8 +1,8 @@ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316 USER 0 RUN dnf install -y python3-dnf-plugin-versionlock -RUN dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64 -RUN dnf versionlock mesa-vulkan-drivers-23.3.3-1.el9.x86_64 +RUN dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64 +RUN dnf versionlock mesa-vulkan-drivers-24.1.2-3.el9.x86_64 RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm RUN dnf install -y git cmake ninja-build gcc gcc-c++ RUN dnf copr enable -y ligenix/enterprise-sandbox epel-9-x86_64 diff --git a/model_servers/llamacpp_python/vulkan/arm64/Containerfile b/model_servers/llamacpp_python/vulkan/arm64/Containerfile index eb371ff5..148dc913 100644 --- a/model_servers/llamacpp_python/vulkan/arm64/Containerfile +++ b/model_servers/llamacpp_python/vulkan/arm64/Containerfile @@ -4,8 +4,8 @@ RUN dnf install -y python3-dnf-plugin-versionlock && \ dnf install -y \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ dnf copr enable -y slp/mesa-krunkit epel-9-aarch64 && \ - dnf install -y mesa-vulkan-drivers-23.3.3-101.el9.aarch64 && \ - dnf versionlock mesa-vulkan-drivers-23.3.3-101.el9.aarch64 && \ + dnf install -y mesa-vulkan-drivers-24.1.2-101.el9.aarch64 && \ + dnf versionlock mesa-vulkan-drivers-24.1.2-101.el9.aarch64 && \ dnf install -y git cmake ninja-build gcc gcc-c++ vulkan-loader-devel vulkan-tools USER 1001 WORKDIR /locallm