赞
踩
将/etc/systemd/system/ollama.service中加上如下红框两行
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_ORIGINS=*"
然后
systemctl daemon-reload
systemctl restart ollama
然后删掉之前的container。
最后
sudo docker run -d -p 4000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://host.docker.internal:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main
就可以了!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。