mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
use new static flag instead of passing static flag directly
This commit is contained in:
parent
45c8d5cafa
commit
5986094dc3
@ -8,7 +8,7 @@ RUN mkdir /build/ggml/build
|
||||
|
||||
WORKDIR /build/ggml/build
|
||||
|
||||
RUN cmake -D CMAKE_EXE_LINKER_FLAGS="-static" ..
|
||||
RUN cmake -D LLAMA_STATIC=ON ..
|
||||
RUN make codegen-serve
|
||||
|
||||
FROM alpine AS runtime
|
||||
|
Loading…
Reference in New Issue
Block a user