mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
Using GGML_STATIC
This commit is contained in:
parent
2308b9ae21
commit
20b1460bd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user