Pythonpath on a kubernetes cluster

I’m having the same issue I see here:

But I cannot understand how to make it work on a k8s cluster. I mean spinning up the cluster some pods are created, and I have some other external pod just connecting to the cluster…now how can I install the packages I need in all these machines?

I’d recommend using a Dockerfile to build images with the packages installed, using the ray images as the base.

There’s ongoing work for Ray to internally sync packages and environments among nodes, but it’s not quite GA yet
@architkulkarni or @eoakes or yi c. (can’t find his @ handle) might know more about the status of that project

Oh OK seems good like that, did not thin it, thanks!

1 Like