Skip to content

Commit

Permalink
fix: add missing lib for Vulkan AMD64
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Aug 20, 2024
1 parent 3ec5282 commit 2728c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dnf install -y python3-dnf-plugin-versionlock && \
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 && \
dnf install -y vulkan-headers vulkan-tools && \
dnf install -y vulkan-headers vulkan-tools vulkan-loader-devel && \
dnf clean all

WORKDIR /locallm
Expand Down

0 comments on commit 2728c6f

Please sign in to comment.