I have created a ray by docker on a machine. When running ray status, it prints successfully. But when running ray.init() in the python code, it comes up with – Can’t find a node_ip_address.json
file from /tmp/ray/session_2023-10-15_07-38-15_725441_7. Have you started Ray instsance using ray start
or ray.init
?
Can you try ray.init(address="ip:port")
to see if that solves the problem?