Skip to content

Commit

Permalink
fix: ARM Vulkan build is failing (#71)
Browse files Browse the repository at this point in the history
Fixes #70

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Oct 28, 2024
1 parent 1278ddd commit d86e394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat/vulkan/arm64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,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-23.3.3-102.el9.aarch64 && \
dnf versionlock mesa-vulkan-drivers-23.3.3-102.el9.aarch64 && \
dnf install -y git cmake ninja-build gcc gcc-c++ vulkan-loader-devel vulkan-tools && \
dnf copr enable -y jeffmaury/shaderc epel-9-aarch64 && \
dnf install -y glslc && \
Expand Down

0 comments on commit d86e394

Please sign in to comment.