I have folder structure
- src
- util
- 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.