Upload files to "/"
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##DEPS/REQS
|
##DEPS/REQS
|
||||||
#sudo apt install curl git snap python3 pip uvx
|
#sudo apt install curl git snap python3 pip
|
||||||
|
|
||||||
##REPO/PKG MANAGER INSTALL
|
##REPO/PKG MANAGER INSTALL
|
||||||
#snap install ollama
|
#snap install ollama
|
||||||
@@ -15,8 +15,10 @@
|
|||||||
#sudo systemctl status ollama
|
#sudo systemctl status ollama
|
||||||
#ollama run llama3.2
|
#ollama run llama3.2
|
||||||
#curl -LsSf https://astral.sh/uv/install.sh | sh
|
#curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
##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
|
||||||
|
|
||||||
##RUN
|
##RUN
|
||||||
#DATA_DIR=~/.open-webui
|
|
||||||
|
|
||||||
DATA_DIR=~/.open-webui .local/bin/uvx --python 3.11 open-webui@latest serve --port 8088
|
DATA_DIR=~/.open-webui .local/bin/uvx --python 3.11 open-webui@latest serve --port 8088
|
||||||
|
|||||||
Reference in New Issue
Block a user