Hello, My problem statement is that I want to implement a ray cluster on one docker container and the processing of it could be done through multiple container on single machine.(Without using cloud)
Is there anyway this could get implemented?
Hello, My problem statement is that I want to implement a ray cluster on one docker container and the processing of it could be done through multiple container on single machine.(Without using cloud)
Is there anyway this could get implemented?
Maybe take a look at this?
Another possibility is by specifying a container for the runtime env – Handling Dependencies — Ray 2.0.0.dev0
But how will we give the ray command to the container?
Command -:
ray start -head