mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 03:13:54 +00:00
Merge pull request #14678 from mritunjaysharma394/patch-1
chore(docker): remove redundant Admin UI build step
This commit is contained in:
@@ -41,9 +41,6 @@ RUN pip uninstall jwt -y
|
||||
RUN pip uninstall PyJWT -y
|
||||
RUN pip install PyJWT==2.9.0 --no-cache-dir
|
||||
|
||||
# Build Admin UI
|
||||
RUN chmod +x docker/build_admin_ui.sh && ./docker/build_admin_ui.sh
|
||||
|
||||
# Runtime stage
|
||||
FROM $LITELLM_RUNTIME_IMAGE AS runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user