mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-06 04:20:12 +00:00
feat: make images to build sources on start (#124)
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
committed by
GitHub
parent
78503c62b7
commit
16773e2a35
7
entrypoint.sh
Executable file
7
entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /build
|
||||
|
||||
make build
|
||||
|
||||
./local-ai "$@"
|
||||
Reference in New Issue
Block a user