Skip to content

Commit 671d8ac

Browse files
committed
explain ui base path
1 parent cf44d1e commit 671d8ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.custom_ui

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the provided base image
2-
FROM ghcr.io/berriai/litellm:main-latest
2+
FROM ghcr.io/berriai/litellm:litellm_fwd_server_root_path-dev
33

44
# Set the working directory to /app
55
WORKDIR /app
@@ -12,7 +12,8 @@ COPY ./ui/litellm-dashboard /app/ui/litellm-dashboard
1212

1313
# Set an environment variable for UI_BASE_PATH
1414
# This can be overridden at build time
15-
ENV UI_BASE_PATH="/genai/ui"
15+
# set UI_BASE_PATH to "<your server root path>/ui"
16+
ENV UI_BASE_PATH="/prod/ui"
1617

1718
# Build the UI with the specified UI_BASE_PATH
1819
WORKDIR /app/ui/litellm-dashboard

0 commit comments

Comments
 (0)