Skip to content

Commit

Permalink
fix: AMD Vulkan build is failing (#80)
Browse files Browse the repository at this point in the history
Fixes #79

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Nov 18, 2024
1 parent 20dc744 commit 03df1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556 AS builder
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock && \
dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64 && \
dnf versionlock mesa-vulkan-drivers-23.3.3-1.el9.x86_64 && \
dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64 && \
dnf versionlock mesa-vulkan-drivers-24.1.2-3.el9.x86_64 && \
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
dnf install -y git cmake ninja-build gcc gcc-c++ && \
dnf copr enable -y ligenix/enterprise-sandbox epel-9-x86_64 && \
Expand Down

0 comments on commit 03df1e1

Please sign in to comment.