mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge pull request #28744 from BerriAI/litellm_/bold-lumiere-b74316
chore(release): cherry-pick #28519 (non_root npm fix) into patch/1.86.0
This commit is contained in:
commit
a13cd212c8
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ RUN for i in 1 2 3; do \
|
|||
curl \
|
||||
openssl \
|
||||
libsndfile \
|
||||
nodejs && break || sleep 5; \
|
||||
nodejs \
|
||||
npm && break || sleep 5; \
|
||||
done
|
||||
|
||||
ENV UV_PROJECT_ENVIRONMENT=/app/.venv \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue