Removing Airflow Extras from the Dockerfile #14055
Unanswered
NadimYounes
asked this question in
General
Replies: 1 comment
|
Sure. Use http://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html#id1 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello all,
My team and I are attempting to migrate to Airflow (1.10.14) and are looking to adopt the newer methods to deploy/maintain our image. We noticed that there are a lot of extras installed by default that we don't need (aws,gcp,slack,azure) and are trying to understand if there is any way we can remove them. I tried using
--build-argwith a custom constraints file however some of those extras still seem to get installed in thepip listby default.Could anyone provide any advice?
Thank you
All reactions