mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
latest changes
This commit is contained in:
parent
08167ea730
commit
5fab6ab544
8 changed files with 51 additions and 90 deletions
|
@ -10,6 +10,7 @@ COPY go.sum ./
|
|||
RUN go mod download
|
||||
RUN apt-get update
|
||||
COPY . .
|
||||
RUN go mod tidy
|
||||
RUN go mod edit -replace github.com/go-skynet/go-llama.cpp=/build/go-llama.cpp
|
||||
RUN C_INCLUDE_PATH=/build/go-llama.cpp LIBRARY_PATH=/build/go-llama.cpp go build -o llama-cli ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue