Skip to content

Commit 6b3b02a

Browse files
committed
fix: update llama-cpp-python Vulkan AMD64 mesa dependency
Fixes #884 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 6e90199 commit 6b3b02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model_servers/llamacpp_python/vulkan/amd64/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
22
USER 0
33
RUN dnf install -y python3-dnf-plugin-versionlock
4-
RUN dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64
5-
RUN dnf versionlock mesa-vulkan-drivers-24.1.2-3.el9.x86_64
4+
RUN dnf install -y mesa-vulkan-drivers-24.2.8-2.el9-6.x86_64
5+
RUN dnf versionlock mesa-vulkan-drivers-24.2.8-2.el9-6.x86_64
66
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
77
RUN dnf install -y git cmake ninja-build gcc gcc-c++
88
RUN dnf copr enable -y ligenix/enterprise-sandbox epel-9-x86_64

0 commit comments

Comments
 (0)