@Gagan Singh Saluja Sure 🙂
in general, I believe it’s better to install your custom modules within the Dockerfile rather than relying on PYTHONPATH, because it’s much more reliable. This
blog post explains how to do it.
Additionally, this repo provides an example of a Dockerfile incl.
commands to build it and push to ECR and how it can be used e.g.
with ECSRun.