You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/08 15:33:38 UTC

[GitHub] [airflow] madison-ookla commented on pull request #11352: chore: use `--no-cache-dir` flag to `pip` in dockerfiles, to save space

madison-ookla commented on pull request #11352:
URL: https://github.com/apache/airflow/pull/11352#issuecomment-705650401


   Perhaps it might be better to add the no cache dir environment variable, so all pip instructions automatically refrain from using the cache without having to explicitly add it to each call?
   ```
   ENV PIP_NO_CACHE_DIR="1"
   ```


----------------------------------------------------------------
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:
users@infra.apache.org