Missing pip dependencies
Summary
Since the image will be airgapped in production the image needs on-demand pip dependencies to be pre-installed
Steps to reproduce
Ingest a file for the first time using datahub-actions and datahub will try to install on-demand the needed dependencies
What is the current bug behavior?
Dependencies will not download and will error out
What is the expected correct behavior?
Dependencies should be "downloaded" from cached pre-installed dependencies
Relevant logs and/or screenshots
Possible fixes
Add a requirements.txt with all needed dependencies, add it to the Dockerfile and pre-install them
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info
Edited by Christian Medina