diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8166460..f361401 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -82,6 +82,7 @@ while [ true ]; do # Check both STATUS RUNNING (with two spaces) and STATUS RUNNING (with one space) if echo "$output" | grep -q "STATUS *RUNNING" || echo "$output" | grep -q "RUNNING"; then echo "Pod is now running!" + echo "https://www.runpod.io/console/pods" break fi done diff --git a/scripts/install.sh b/scripts/install.sh index e5529ee..4fd1464 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -3,7 +3,7 @@ echo "Installing ITB tool..." python3 -m venv /root/venvs/itb /root/venvs/itb/bin/pip install -e /root/sia/tools/itb -/root/venvs/train/bin/ipython kernel install --name=itb +/root/venvs/itb/bin/ipython kernel install --name=itb echo "Installing Train tool..." python3 -m venv /root/venvs/train @@ -13,4 +13,4 @@ python3 -m venv /root/venvs/train echo "Installing SIA core..." python3 -m venv /root/venvs/sia /root/venvs/sia/bin/pip install -e /root/sia -/root/venvs/train/bin/ipython kernel install --name=sia \ No newline at end of file +/root/venvs/sia/bin/ipython kernel install --name=sia \ No newline at end of file