We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e90199 commit 6b3b02aCopy full SHA for 6b3b02a
model_servers/llamacpp_python/vulkan/amd64/Containerfile
@@ -1,8 +1,8 @@
1
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
2
USER 0
3
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
+RUN dnf install -y mesa-vulkan-drivers-24.2.8-2.el9-6.x86_64
+RUN dnf versionlock mesa-vulkan-drivers-24.2.8-2.el9-6.x86_64
6
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
7
RUN dnf install -y git cmake ninja-build gcc gcc-c++
8
RUN dnf copr enable -y ligenix/enterprise-sandbox epel-9-x86_64
0 commit comments