aws / amazon-mwaa-docker-images

Apache License 2.0
27 stars 11 forks source link

Support installing custom user pip requirements #38

Closed rafidka closed 9 months ago

rafidka commented 9 months ago

Issue #, if available: #14

Description of changes:

This change enables the installation of optional customer requirements in the entrypoint. This is achieved by an environment variable that the user can set it to point to the path of the requirements.txt file. I also updated the Docker Compose setup to include mounting a volume for requirements and pass the path to it in the environment variable.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.