Update oli
This commit is contained in:
@@ -20,10 +20,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
#pip install open-terminal
|
||||
#open-terminal run --host 0.0.0.0 --port 8000 --api-key your-secret-key
|
||||
##DOCKER CONTAINED
|
||||
#docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||
##DOCKER HOST
|
||||
#docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 --network=host -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||
#sudo iptables -I INPUT 5 -p tcp -m tcp --dport 8000 -j ACCEPT
|
||||
#docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal ghcr.io/open-webui/open-terminal
|
||||
##OPEN-INTERPRETER
|
||||
#pip install open-interpreter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user