mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-09 10:17:06 +00:00
devops: add missing ninja
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG SUPPORT_ZDNN=OFF
|
||||
FROM --platform=linux/s390x gcc:${GCC_VERSION} AS build
|
||||
RUN apt update -y \
|
||||
&& apt upgrade -y \
|
||||
&& apt install -y --no-install-recommends cmake \
|
||||
&& apt install -y --no-install-recommends cmake ninja-build \
|
||||
&& apt install -y --no-install-recommends libopenblas-openmp-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user