You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Anand Inguva (Jira)" <ji...@apache.org> on 2022/01/22 19:12:00 UTC

[jira] [Created] (BEAM-13719) Install dependencies from requirements.txt on the container image when pre-building container image

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)