Ray Service not able to load code outside current app directory

I have folder structure

  1. src
  2. util
  3. app/app.py

I have copied this code inside docker image and when I’m runnning ray service(app.py) I’m getting “src module not found error”. Incase if I mentioned zip file in working directory which is working fine. But when I copy this code inside docker only files which are available in app directory are loaded.

Please help me fix this issue.
Note: I’m running this service using kuberay on kubernetes.

What do you mean by “copy into the Docker image”? Are you building a custom Docker image based on the Ray image? Also, what do you mean by “the mentioned zip file in the working directory is fine”? Could you provide more details on how to reproduce this issue?