Replies: 1 comment 2 replies
-
You could increase the Already modified the logic here. So, that it won't timeout when installing. Related discussions on All-Hands-AI#2059 (Now, Cursor has YOLO mode) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am using DeepSeek to try and see if I can set up Nvidia GPUs within the Sandbox, yet it will often require the user to "watch the stove" on their behalf (using
sudo pip install -r requirements.txt > install.log 2>&1 &
) instead of waiting for the installation to finish and then reading the logs (the agent do not like to be put on hold?), even prompting it to check every 3 minutes does not help with this.So there needs to be a tool that wakes agents up when the installation process finishes or halts because of the bug.
Beta Was this translation helpful? Give feedback.
All reactions