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
|
@ -41,7 +41,7 @@ RUN pip install redisvl==0.0.7 --no-deps
|
|||
# ensure pyjwt is used, not jwt
|
||||
RUN pip uninstall jwt -y
|
||||
RUN pip uninstall PyJWT -y
|
||||
RUN pip install PyJWT --no-cache-dir
|
||||
RUN pip install PyJWT==2.9.0 --no-cache-dir
|
||||
|
||||
# Build Admin UI
|
||||
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue