potiuk commented on a change in pull request #19189:
URL: https://github.com/apache/airflow/pull/19189#discussion_r737939995
##########
File path: Dockerfile
##########
@@ -21,13 +21,13 @@
#
# airflow-build-image - there all airflow dependencies can be installed (and
# built - for those dependencies that require
-# build essentials). Airflow is installed there with
-# --user switch so that all the dependencies are
-# installed to ${HOME}/.local
+# build essentials). Python deps are installed in .venv
+# venv so that all the dependencies are
+# installed to ${HOME}/.venv
Review comment:
Good point!
--
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]