Update cmake command

This commit is contained in:
Anh Nguyen 2023-08-26 14:27:27 +07:00
parent 20b1460bd8
commit 3e37c4bb7c

View File

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