Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.
cp -RPp .env.example .env
npm install
npm run build
shellconda create --name open-webui python=3.11 conda activate open-webui pip install -r requirements.txt -U
sh start.sh
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9
可能为 Docker 版本问题,升级 Docker 版本(尝试升级到 20.10.9 解决)
修改源
shellRUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian bookworm main contrib non-free non-free-firmware" > /etc/apt/sources.list && \ echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian bookworm-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list && \ echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list && \ rm -rf /etc/apt/sources.list.d/* && \ apt update && apt upgrade -y
本文作者:42tr
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
预览: