Deploy tool for various projects in Runpod
python main.pyIt 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.shIt 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.