Files

25 lines
732 B
Bash
Raw Permalink Normal View History

2026-04-14 20:27:13 +00:00
#!/bin/bash
2026-06-28 21:05:39 +00:00
##DEPS/REQS
2026-07-18 20:18:31 +00:00
#sudo apt install curl git snap python3 pip
2026-06-28 21:05:39 +00:00
##REPO/PKG MANAGER INSTALL
2026-04-14 20:27:13 +00:00
#snap install ollama
#snap install ollama-webui
#snap install open-webui
#pip install open-webui --break-system-packages
2026-06-28 21:05:39 +00:00
##MANUAL INSTALL
#curl -fsSL https://ollama.com/install.sh | sh
#ollama serve
#sudo systemctl status ollama
#ollama run llama3.2
#curl -LsSf https://astral.sh/uv/install.sh | sh
2026-07-18 20:18:31 +00:00
##OPEN-TERMINAL
#docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api ghcr.io/open-webui/open-terminal
##OPEN-INTERPRETER
#pip install open-interpreter
2026-06-28 21:05:39 +00:00
##RUN
2026-07-01 06:37:53 +00:00
DATA_DIR=~/.open-webui .local/bin/uvx --python 3.11 open-webui@latest serve --port 8088