open-webui
requirement
build and run
git clone https://github.com/open-webui/open-webui.git
cd open-webui
pnpm i
pnpm build
cd backend
pip install -r requirements.txt
bash start.sh
Docker
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/home/ec2-user/git/open-webui/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/home/ec2-user/git/open-webui/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda