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 #!/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
#snap install ollama-webui #snap install ollama-webui
#snap install open-webui #snap install open-webui
#pip install open-webui --break-system-packages #pip install open-webui --break-system-packages
curl -fsSL https://ollama.com/install.sh | sh
ollama serve ##MANUAL INSTALL
sudo systemctl status ollama #curl -fsSL https://ollama.com/install.sh | sh
ollama run llama3.2 #ollama serve
curl -LsSf https://astral.sh/uv/install.sh | sh #sudo systemctl status ollama
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve #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