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:
yuneng-jiang 2026-05-23 20:50:09 -07:00 committed by GitHub
commit a13cd212c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \