mik-laj commented on a change in pull request #14911:
URL: https://github.com/apache/airflow/pull/14911#discussion_r599144375



##########
File path: docs/docker-stack/build.rst
##########
@@ -41,210 +80,322 @@ Debian dependencies with ``apt`` or PyPI dependencies 
with ``pip install`` or an
 You should be aware, about a few things:
 
 * The production image of airflow uses "airflow" user, so if you want to add 
some of the tools
-  as ``root`` user, you need to switch to it with ``USER`` directive of the 
Dockerfile. Also you
-  should remember about following the
+  as ``root`` user, you need to switch to it with ``USER`` directive of the 
Dockerfile and switch back to
+  ``airflow`` user when you are done. Also you should remember about following 
the
   `best practises of Dockerfiles 
<https://docs.docker.com/develop/develop-images/dockerfile_best-practices/>`_
   to make sure your image is lean and small.
 
-  .. code-block:: dockerfile
+* The PyPI dependencies in Apache Airflow are installed in the user library, 
of the "airflow" user, so
+  PIP packages are installed to ~/.local folder as if the ``--user`` flag was 
specified when running PIP.

Review comment:
       ```suggestion
     PIP packages are installed to ``~/.local`` folder as if the ``--user`` 
flag was specified when running PIP.
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to