【学习记录】Open-WebUI 非Docker安装

04-23 阅读 0评论

这里写自定义目录标题

    • How to Install Without Docker
      • Project Components
      • Requirements 📦
      • Build and Install 🛠️

        来源

        【学习记录】Open-WebUI 非Docker安装,【学习记录】Open-WebUI 非Docker安装,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,安装,学习,Python,第1张
        (图片来源网络,侵删)

        How to Install Without Docker

        While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own.

        Project Components

        Open WebUI consists of two primary components: the frontend and the backend (which serves as a reverse proxy, handling static frontend files, and additional features). Both need to be running concurrently for the development environment.

        INFO

        The backend is required for proper functionality

        Requirements 📦

        🐰 Node.js >= 20.10 or Bun >= 1.0.21

        🐍 Python >= 3.11

        【学习记录】Open-WebUI 非Docker安装,【学习记录】Open-WebUI 非Docker安装,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,安装,学习,Python,第2张
        (图片来源网络,侵删)

        Build and Install 🛠️

        Run the following commands to install:

        git clone https://github.com/open-webui/open-webui.git
        cd open-webui/
        # Copying required .env file
        cp -RPp .env.example .env
        # Building Frontend Using Node
        npm i
        npm run build
        # Serving Frontend with the Backend
        cd ./backend
        pip install -r requirements.txt -U
        bash start.sh
        

        You should have Open WebUI up and running at http://localhost:8080/. Enjoy! 😄

        【学习记录】Open-WebUI 非Docker安装,【学习记录】Open-WebUI 非Docker安装,词库加载错误:未能找到文件“C:\Users\Administrator\Desktop\火车头9.8破解版\Configuration\Dict_Stopwords.txt”。,安装,学习,Python,第3张
        (图片来源网络,侵删)

免责声明
本网站所收集的部分公开资料来源于AI生成和互联网,转载的目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。
文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。

发表评论

快捷回复: 表情:
评论列表 (暂无评论,人围观)

还没有评论,来说两句吧...

目录[+]