Skip to content

Commit

Permalink
Merge pull request #535 from cooktheryan/epel
Browse files Browse the repository at this point in the history
fix of broken install
  • Loading branch information
rhatdan authored Jun 6, 2024
2 parents eb011f3 + af6ae97 commit 9b611c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model_servers/llamacpp_python/vulkan/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock && \
dnf copr enable -y slp/mesa-krunkit epel-9-aarch64 && \
dnf install -y \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
dnf copr enable -y slp/mesa-krunkit && \
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 git cmake ninja-build gcc gcc-c++ vulkan-loader-devel vulkan-tools
Expand Down

0 comments on commit 9b611c4

Please sign in to comment.