Fix install script, use correct venvs for jupyter

This commit is contained in:
Niels Geens
2025-04-07 11:36:41 +02:00
parent ead5c35a09
commit 9c2d38e1a6
2 changed files with 3 additions and 2 deletions

View File

@@ -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