forked from phoenix/litellm-mirror
Upgrade dependencies in dockerfile (#5862)
* Upgrade dependencies in dockerfile * Change apt-get to apk for alpine image * Set requirements file to same as dockerfile --------- Co-authored-by: Jacob Hagstedt <wcgs@novonordisk.com>
This commit is contained in:
parent
52e971155a
commit
9ec3365ba6
5 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ prometheus_client==0.20.0 # for /metrics endpoint on proxy
|
|||
orjson==3.9.15 # fast /embedding responses
|
||||
apscheduler==3.10.4 # for resetting budget in background
|
||||
fastapi-sso==0.10.0 # admin UI, SSO
|
||||
pyjwt[crypto]==2.8.0
|
||||
pyjwt[crypto]==2.9.0
|
||||
python-multipart==0.0.9 # admin UI
|
||||
Pillow==10.3.0
|
||||
azure-ai-contentsafety==1.0.0 # for azure content safety
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue