pnnl/ExaGO

Move changes to the environment before the entrypoint

paulrigor opened this issue · 0 comments

Please move this before the entrypoint and cmd section. Otherwise, the lambda runtime won't be able to reference any libraries in the new path.

ENV PYTHONPATH "${PYTHONPATH}:/usr/local/lib/python3.10/dist-packages"