From 671d8ac496b6229970c7f2a3bdedd6cb84f0746b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 6 Aug 2024 18:42:08 -0700 Subject: [PATCH] explain ui base path --- Dockerfile.custom_ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile.custom_ui b/Dockerfile.custom_ui index 1dbd3c71e..1bd28f650 100644 --- a/Dockerfile.custom_ui +++ b/Dockerfile.custom_ui @@ -1,5 +1,5 @@ # Use the provided base image -FROM ghcr.io/berriai/litellm:main-latest +FROM ghcr.io/berriai/litellm:litellm_fwd_server_root_path-dev # Set the working directory to /app WORKDIR /app @@ -12,7 +12,8 @@ COPY ./ui/litellm-dashboard /app/ui/litellm-dashboard # Set an environment variable for UI_BASE_PATH # This can be overridden at build time -ENV UI_BASE_PATH="/genai/ui" +# set UI_BASE_PATH to "/ui" +ENV UI_BASE_PATH="/prod/ui" # Build the UI with the specified UI_BASE_PATH WORKDIR /app/ui/litellm-dashboard