potiuk commented on issue #42195: URL: https://github.com/apache/airflow/issues/42195#issuecomment-3590394654
I wonder how it happens that we do not have .pyc files in there. I wonder if the new way we are building docker images, will be a different. Docker images of ours as of recently are not using the `python` images, but we compile and install Python on our own. Maybe we can check if the new image has all .pyc files @arkadiuszbach ? It should be possible to build generally even older python versions using the latest Dockerfile - > https://airflow.apache.org/docs/docker-stack/build.html#customizing-the-image -> maybe you can try this one :) ? -- 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]
