I've recently seen the --no-cache-dir
being used in a Docker file. I've never seen that flag before and the help is not explaining it:
--no-cache-dir Disable the cache.
- Question: What is cached?
- Question: What is the cache used for?
- Question: Why would I want to disable it?
pip no-cache-dir
, this is now the first result. – hlongmore