mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
feat: add an environment variable to manage rebuild in Docker image (#290)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
cc9aa9eb3f
commit
1a7587ee48
4 changed files with 8 additions and 2 deletions
|
@ -464,6 +464,8 @@ You should see:
|
|||
└───────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
Note: the binary inside the image is rebuild at the start of the container to enable CPU optimizations for the execution environment, you can set the environment variable `REBUILD` to `false` to prevent this behavior.
|
||||
|
||||
</details>
|
||||
|
||||
### Build locally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue