求助:Open WebUI部署运行失败问题

我跟着官方文档使用了docker部署,但是不知道为什么到了启动最后阶段的时候总是自己停止,使用python和uv都是一模一样的日志,没看到什么报错

~ --------------------------------------------------------------- ILL 1m 3s ht@hinlink-ht2 11:28:32 上午
$ DATA_DIR=/Data/open-webui uvx --python 3.11 open-webui@latest serve --port=3032

Installed 309 packages in 2.96s
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /home/ht/.webui_secret_key
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11/site-packages/open_webui
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11/site-packages
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11
INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
INFO  [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry
INFO  [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry
INFO  [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_DIRECT_CONNECTIONS' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry
INFO  [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry
INFO  [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry
INFO  [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry
INFO  [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry
INFO  [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry
INFO  [open_webui.env] 'WEBUI_URL' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
INFO  [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
INFO  [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry
INFO  [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
INFO  [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry
INFO  [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry
INFO  [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
WARNI [open_webui.env]

WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.

INFO  [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_CODE_EXECUTION' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_ENGINE' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_JUPYTER_URL' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH_TOKEN' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH_PASSWORD' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_EXECUTION_JUPYTER_TIMEOUT' loaded from the latest database entry
INFO  [open_webui.env] 'ENABLE_CODE_INTERPRETER' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_ENGINE' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_PROMPT_TEMPLATE' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_JUPYTER_URL' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH_TOKEN' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH_PASSWORD' loaded from the latest database entry
INFO  [open_webui.env] 'CODE_INTERPRETER_JUPYTER_TIMEOUT' loaded from the latest database entry

這就是全部了嗎 你運行的指令還有過程都給我看

退出前的日志贴一下

你是把众佬友当AI使唤了。。这一大段丢给2.5pro不就解决了

1 个赞

最上面的就是我运行的指令,这个也是全部日志,就这么点