2025년 5월 17일 토요일

How to use WebUI after installing ollama on ubuntu.

 how to use WebUI after installing ollama on ubuntu


sudo -i

docker stop open-webui
docker rm open-webui
docker run -d -p 3000:8080 --name open-webui openeuler/open-webui
exit


http://localhost:3000/auth/



two times.

ti takes more 2 minutes

How to use WebUI after installing ollama on ubuntu.

 how to use WebUI after installing ollama on ubuntu sudo -i docker stop open-webui docker rm open-webui docker run -d -p 3000:8080 --name op...