mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #683] Please provide simple QuickStart install guide for Ubuntu from clean OS install #27704
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tbendien on GitHub (Feb 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/683
Bug Report
Description
I have tried doing a new install of OWUI on my host with a NVIDIA GPU with a clean new install of Ubuntu and just can't get the web ui to connect to the local Ollama. I see from the forums that may people are having issues with the install.
The sad thing is that I got it running on this host before but I did not document my steps, now after several hours I still can't get it to work.
Bug Summary:
Getting Ollama server connection error.
There are no clear step by step instructions on doing a new install on a fresh Ubuntu host.
Steps to Reproduce:
Trying to follow the instructions.
Expected Behavior:
I would love to have a simple docker pull command to fully install Ollama and Ollama Web UI in one command.
I was hoping that the git clone and the single command below would do it...
Actual Behavior:
Can't get OWUI running.
Environment
Ubuntu 22.04 NVIDIA GPU
Reproduction Details
Confirmation:
Installation Method
git cloned the repo
ran:
docker build -t ollama-webui .
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ollama-webui
Also tried installing Ollama locally, and it ran fine at the CLI with GPU.
@tjbck commented on GitHub (Feb 9, 2024):
Duplicate open-webui/docs#44, Please check out our troubleshooting guide as well.
@justinh-rahb commented on GitHub (Feb 9, 2024):
Only commands needed if you have already installed Ollama outside Docker and verified with CLI:
You might also try host networking if the above
docker runcommand still doesn't work:@tbendien commented on GitHub (Feb 9, 2024):
@justinh-rahb I would like to ask if I may hire you to help me get this installation done. I am missing something and have to get this working.
@justinh-rahb commented on GitHub (Feb 9, 2024):
Sorry, I've got a dayjob, and this wouldn't feel right to me since the author of this project accepts sponsorships including tiers that come with support.