Skip to content

Commit

Permalink
Merge pull request #833 from praveenkumar/fix_vulkan
Browse files Browse the repository at this point in the history
Update mesa-vulkan-drivers from 23.3.3 to 24.1.2
  • Loading branch information
rhatdan authored Dec 4, 2024
2 parents 6d90ca3 + 2e0c17b commit 7fbdf03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions model_servers/llamacpp_python/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions model_servers/llamacpp_python/vulkan/arm64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fbdf03

Please sign in to comment.