Deploy tool for various projects in Runpod
python main.py
It will launch a web server on port 4444. You can access it by visiting http://localhost:4444
in your browser.
Copy launcher.sh
to Runpod /workspace folder and run it.
chmod +x launcher.sh
./launcher.sh
It will automatic clone this repo and install all dependencies. Then launch a web server on port 4444. You can access it by visiting http://0.0.0.0:4444
in your browser.