Closed gpo-geo closed 3 years ago
Feature to append PYTHONPATH during pesto build instead of overwriting.
pesto build
It helps packaging algorithms that are not entirely packaged by pip, and need ad-hoc PYTHONPATH.
PYTHONPATH
In the dockerfile, you now get:
ENV PYTHONPATH=$PYTHONPATH${PYTHONPATH:+:}/opt/my-pesto-service
Feature to append PYTHONPATH during
pesto build
instead of overwriting.It helps packaging algorithms that are not entirely packaged by pip, and need ad-hoc
PYTHONPATH
.In the dockerfile, you now get: