forked from phoenix/litellm-mirror
(feat) add admin ui customization on dockerfile.db
This commit is contained in:
parent
5edad72d78
commit
863c0714df
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ RUN pip install *.whl /wheels/* --no-index --find-links=/wheels/ && rm -f *.whl
|
||||||
# install semantic-cache [Experimental]- we need this here and not in requirements.txt because redisvl pins to pydantic 1.0
|
# 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
|
RUN pip install redisvl==0.0.7 --no-deps
|
||||||
|
|
||||||
|
# Build Admin UI
|
||||||
|
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
|
||||||
|
|
||||||
# Generate prisma client
|
# Generate prisma client
|
||||||
RUN prisma generate
|
RUN prisma generate
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue