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

Wrong wheel name in Dockerfile #7

Closed gpo-geo closed 3 years ago

gpo-geo commented 3 years ago

https://github.com/AirbusDefenceAndSpace/pesto/blob/d8be06d58d5c7869d12b14559c9175c8fef2d298/pesto-cli/pesto/cli/resources/Dockerfile#L44

Now that pesto wheel is renamed "processing_factory-1.2.0-py3-none-any.whl", this line fails to find pesto during service build.

Suggested change:

RUN if test -e /opt/tmp/pesto/dist/*.whl; then pip install /opt/tmp/pesto/dist/*.whl; fi

vgreiner commented 3 years ago

This issue is now fixed in v1.2.1