Using GGML_STATIC

This commit is contained in:
Anh Nguyen 2023-08-26 14:21:18 +07:00
parent 2308b9ae21
commit 20b1460bd8

View File

@ -15,7 +15,7 @@ RUN mkdir /turbopilot/build
WORKDIR /turbopilot/build
RUN cmake -DGGML_OPENBLAS=ON ..
RUN cmake -D GGML_STATIC=ON ..
RUN make turbopilot
FROM ubuntu:22.04 AS runtime