Merge pull request #14678 from mritunjaysharma394/patch-1
chore(docker): remove redundant Admin UI build step
This commit is contained in:
commit
dfdba527e2
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user