Anand Inguva created BEAM-13719:
-----------------------------------
Summary: Install dependencies from requirements.txt on the
container image when pre-building container image
Key: BEAM-13719
URL: https://issues.apache.org/jira/browse/BEAM-13719
Project: Beam
Issue Type: Improvement
Components: sdk-py-core
Reporter: Anand Inguva
Assignee: Anand Inguva
During pre-building, we pre-download the sources of the dependencies specified
in the requirements.txt and copy them to the container image and later skip the
step of staging them.
This step is slow. Instead of we can install the dependencies(specified in the
requirements.txt) on the container image during pre-building the container
image.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)