Skip to content

Commit

Permalink
ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Jun 24, 2024
1 parent bad86f2 commit f098089
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions public/md/ollama/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,20 @@ bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init zsh
. ~/.zshrc
# conda install python=3.10.14
conda install python=3.11.9
```

## Install open-webui
```sh
take ~/git
git clone https://github.com/open-webui/open-webui.git
cd ~/git/open-webui/

# Copying required .env file
cp -RPp .env.example .env
pip install open-webui
```

## build and run open-webui
## run open-webui
```sh
# Building Frontend Using Node
pnpm i
pnpm run build

# Serving Frontend with the Backend
cd ./backend
pip install -r requirements.txt -U
bash start.sh
open-webui serve
```

- 8080port

## related
* [open-webui](/mib/ollama/webui)

0 comments on commit f098089

Please sign in to comment.