mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
add debug statements on docker
This commit is contained in:
parent
d3d13e40be
commit
6a46899521
2 changed files with 4 additions and 3 deletions
|
@ -284,8 +284,9 @@ except Exception as e:
|
|||
pass
|
||||
|
||||
server_root_path = os.getenv("SERVER_ROOT_PATH", "")
|
||||
print("server root path: ", server_root_path) # noqa
|
||||
if server_root_path != "":
|
||||
setup_admin_ui_on_server_root_path()
|
||||
setup_admin_ui_on_server_root_path(server_root_path)
|
||||
_license_check = LicenseCheck()
|
||||
premium_user: bool = _license_check.is_premium()
|
||||
ui_link = f"{server_root_path}/ui/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue