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