We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ac77c commit 5ae97b7Copy full SHA for 5ae97b7
projects/mac_ai/testing/images/llama_cpp.containerfile
@@ -5,6 +5,7 @@ ARG BUILD_FLAVOR="default"
5
ARG MESA_VERSION=24.2.8-104
6
7
RUN if [[ ${BUILD_FLAVOR} != remoting ]]; then \
8
+ dnf update && \
9
dnf install -y python3-dnf-plugin-versionlock && \
10
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
11
dnf copr enable -y slp/mesa-krunkit epel-9-aarch64 && \
@@ -19,6 +20,7 @@ RUN if [[ ${BUILD_FLAVOR} != remoting ]]; then \
19
20
# for API Remoting
21
22
RUN if [[ ${BUILD_FLAVOR} == remoting ]]; then \
23
24
25
dnf install -y git cmake gcc gcc-c++ libdrm-devel; \
26
fi
0 commit comments