mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(headroom-proxy): skip ML model download at startup with --no-optimize
This commit is contained in:
parent
84b882e201
commit
d370ed2cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ EXPOSE 10000
|
|||
|
||||
ENV HEADROOM_TELEMETRY=off
|
||||
|
||||
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "10000"]
|
||||
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "10000", "--no-optimize"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue