You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/topics/caching.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,6 @@ The {ref}`pip cache` command can be used to manage pip's cache.
140
140
141
141
pip's caching behaviour is disabled by passing the `--no-cache-dir` option.
142
142
143
-
It is, however, recommended to **NOT** disable pip's caching. Doing so can
143
+
It is, however, recommended to **NOT** disable pip's caching unless you have caching at a higher level (eg: layered caches in container builds). Doing so can
144
144
significantly slow down pip (due to repeated operations and package builds)
0 commit comments