fix static build in docker

This commit is contained in:
James Ravenscroft 2023-05-08 10:26:42 +01:00
parent b23105e782
commit 5fcddb1edf

View File

@ -8,7 +8,7 @@ RUN mkdir /build/ggml/build
WORKDIR /build/ggml/build
RUN cmake -D LLAMA_STATIC=ON ..
RUN cmake -D GGML_STATIC=ON ..
RUN make codegen-serve
FROM alpine AS runtime