Closed gpo-geo closed 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
This issue is now fixed in v1.2.1
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