Update oli
This commit is contained in:
@@ -30,7 +30,9 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
##UVX
|
||||
#uvx open-terminal run --host 0.0.0.0 --port 8000 --api-key open-terminal-api-key
|
||||
##DOCKER
|
||||
sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_MULTI_USER=true -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||
sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_MULTI_USER=false -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||
##DOCKER MULTI-USER
|
||||
#sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_MULTI_USER=true -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||
|
||||
##OPEN-INTERPRETER
|
||||
#pip install open-interpreter
|
||||
|
||||
Reference in New Issue
Block a user