mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-03 01:15:00 +00:00
[Refactor]: Core/API Split (#1506)
Refactors api folder to core, creates firm split between backend code and api frontend.
This commit is contained in:
parent
bcf02449b3
commit
ab7b4d5ee9
77 changed files with 3441 additions and 3117 deletions
|
@ -88,7 +88,7 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
|||
WORKDIR /build
|
||||
|
||||
COPY . .
|
||||
COPY .git .
|
||||
COPY .git/ .git/
|
||||
RUN make prepare
|
||||
|
||||
# stablediffusion does not tolerate a newer version of abseil, build it first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue