Closed robertnishihara closed 7 years ago
Can you see if this commit works? It should now write to /tmp instead of /temp, I'm assuming /tmp is writeable which is true on my MacOS and Ubuntu 16.04
ps, the reason I chose /temp instead of /tmp is because system reboot wipes /tmp, but it turned out tasklogs are not that useful so it should be ok to lose them sometimes
Yep, it works now. I was able to ssh just fine. Nothing much is supposed to be installed on the machine, right?
Nope, it installs everything from scratch, it's the "INSTALL_SCRIPT" parameter inside "launch_simple.py" and "launch_ray.py"
A couple comments. I had to add
Then had to run
python launch_simple.py
. Running./launch_simple.py
didn't quite work becauselaunch_simple.py
is not executable.Then
launch_simple.py
seems to do an infinite loop for me. Output so far is attached. The only error I see isoutput.txt