fairing
fairing copied to clipboard
Add requiements.txt installation to append builder
Currently docker and cluster builders pip install the user's requirements.txt file if provided, but not the append builder.
Here's two solutions:
- create a fake virtualenv, run pip install within new virtualenv, and package that up.
- ignore requirements.txt and package up existing virtualenv
create a fake virtualenv, run pip install within new virtualenv, and package that up.
This might be running under OS/env that might work with the base container right?
ignore requirements.txt and package up existing virtualenv
Same as above. Actually, I remember you bringing catching this issue in one of our meetings.
@r2d4 for the solutions, did you imply to package the virtualenv in to the base image?
Issue-Label Bot is automatically applying the labels:
| Label | Probability |
|---|---|
| feature | 0.90 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
@r2d4 is there any plans of fixing the append builder code to install packages from requirements.txt?