We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf44d1e commit 671d8acCopy full SHA for 671d8ac
Dockerfile.custom_ui
@@ -1,5 +1,5 @@
1
# Use the provided base image
2
-FROM ghcr.io/berriai/litellm:main-latest
+FROM ghcr.io/berriai/litellm:litellm_fwd_server_root_path-dev
3
4
# Set the working directory to /app
5
WORKDIR /app
@@ -12,7 +12,8 @@ COPY ./ui/litellm-dashboard /app/ui/litellm-dashboard
12
13
# Set an environment variable for UI_BASE_PATH
14
# This can be overridden at build time
15
-ENV UI_BASE_PATH="/genai/ui"
+# set UI_BASE_PATH to "<your server root path>/ui"
16
+ENV UI_BASE_PATH="/prod/ui"
17
18
# Build the UI with the specified UI_BASE_PATH
19
WORKDIR /app/ui/litellm-dashboard
0 commit comments