AirbusDefenceAndSpace / pesto

PESTO provides a set of tools to ease the process of packaging a Python algorithm as a processing web service into a docker image. The deployment of a web service becomes now as easy as filling few configuration files.
https://airbusdefenceandspace.github.io/pesto
Apache License 2.0
24 stars 8 forks source link

Codip 623 overload pythonpath #5

Closed gpo-geo closed 3 years ago

gpo-geo commented 3 years ago

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:

ENV PYTHONPATH=$PYTHONPATH${PYTHONPATH:+:}/opt/my-pesto-service