mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(headroom-proxy): disable Rust core requirement for Python-only mode on Render
This commit is contained in:
parent
1fc28518c4
commit
654f610693
1 changed files with 1 additions and 0 deletions
|
|
@ -10,5 +10,6 @@ RUN apt-get update \
|
|||
EXPOSE 8787
|
||||
|
||||
ENV HEADROOM_TELEMETRY=off
|
||||
ENV HEADROOM_REQUIRE_RUST_CORE=false
|
||||
|
||||
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "8787", "--no-optimize"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue