Skip to content

Commit 97abdbc

Browse files
Do not suggest caching if higher level caching
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent fcda0ed commit 97abdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/topics/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ The {ref}`pip cache` command can be used to manage pip's cache.
140140

141141
pip's caching behaviour is disabled by passing the `--no-cache-dir` option.
142142

143-
It is, however, recommended to **NOT** disable pip's caching (except for building containerized appplications). 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
144144
significantly slow down pip (due to repeated operations and package builds)
145145
and result in significantly more network usage.

0 commit comments

Comments
 (0)