diff --git a/oli b/oli index 2e1ce0b..beaa7ff 100644 --- a/oli +++ b/oli @@ -1,14 +1,21 @@ #!/bin/bash -#apt get install curl git snap python3 pip uvx +##DEPS/REQS +#sudo apt install curl git snap python3 pip uvx + +##REPO/PKG MANAGER INSTALL #snap install ollama #snap install ollama-webui #snap install open-webui #pip install open-webui --break-system-packages -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 -DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve + +##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 + +##RUN +DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve --port 8082