forked from phoenix/litellm-mirror
(ui) fix build command
This commit is contained in:
parent
15e0d3c1d8
commit
d07846646c
7 changed files with 96 additions and 19 deletions
|
@ -35,6 +35,9 @@ RUN pip wheel --no-cache-dir --wheel-dir=/wheels/ -r requirements.txt
|
|||
# install semantic-cache [Experimental]- we need this here and not in requirements.txt because redisvl pins to pydantic 1.0
|
||||
RUN pip install redisvl==0.0.7 --no-deps
|
||||
|
||||
# Build Admin UI
|
||||
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
|
||||
|
||||
# Runtime stage
|
||||
FROM $LITELLM_RUNTIME_IMAGE as runtime
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue