Fix install script, use correct venvs for jupyter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user