[AI]Linux部署Ollama+Open-WebUi

1.部署Ollama

curl -fsSL https://ollama.com/install.sh | sh
  • 修改允许访问ip
# 在service下面加入一行配置
vim /etc/systemd/system/ollama.service
[Service]
Environment="OLLAMA_HOST=0.0.0.0:11434"
  • 重启ollama
systemctl daemon-reload
systemctl restart ollama
  • 安装Llama3 8B模型
ollama run llama3:8b

2.安装Docker

  • 更换国内源
yum install -y yum-utils
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum install -y docker-ce
  • 启动Docker
systemctl start docker
systemctl enable docker

3.部署Open-WebUi

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
  • 访问web界面 ip:port

输入IP:Port访问网页后先进行注册即可

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值