Redis – Airflow: how to get pip packages installed via their docker-compose.yml?
OK, I am probably very stupid but anyways; How can I install additional pip packages via the docker-compose file of airflow? I am assuming that their should be a standard functionality to pick up a requirements.txt or something. When inspecting…