Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Later
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
BEAM-4032 Support staging binary distributions of dependency packages.
- Triage Needed
BEAM-4032We download and stage binaries now without their sub-dependencies if a requirements file is specified.