This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
LocalAI
Watch
1
Star
0
Fork
0
You've already forked LocalAI
mirror of
https://github.com/mudler/LocalAI.git
synced
2024-06-07 19:40:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
74e808b8c3
LocalAI
/
entrypoint.sh
9 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: make images to build sources on start (#124) Signed-off-by: mudler <mudler@mocaccino.org>
2023-04-29 18:38:37 +00:00
#!/bin/bash
cd
/build
feat: add an environment variable to manage rebuild in Docker image (#290) Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-05-18 17:18:32 +00:00
if
[
"
$REBUILD
"
!
=
"false"
]
;
then
make rebuild
fi
feat: make images to build sources on start (#124) Signed-off-by: mudler <mudler@mocaccino.org>
2023-04-29 18:38:37 +00:00
./local-ai
"
$@
"
Reference in New Issue
Copy Permalink