potiuk commented on issue #29890: URL: https://github.com/apache/airflow/issues/29890#issuecomment-1453894653
Also (regardless of whether you use dag-factory or another module) - you are not supposed to install module into running containers. This is not how containers work. You need to build your own image extend the images if you want to add extra dependencies. https://airflow.apache.org/docs/docker-stack/build.html Using containers has a learning curve and I recommend to watch some tutorials if you want to start using them as you need to treat them differently thatn local environments, so if you are not ready for tha @Narsimha1997 t, I'd say you should got the regular local virtualenv installation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
