Upload files to "/"

This commit is contained in:
2026-06-28 21:05:39 +00:00
parent 7f94c55fa3
commit 0dd8eea5a6
+14 -7
View File
@@ -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