(ui) fix build command

This commit is contained in:
ishaan-jaff 2024-02-21 21:02:46 -08:00
parent 15e0d3c1d8
commit d07846646c
7 changed files with 96 additions and 19 deletions

View file

@ -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