Skip to content

Commit 2175255

Browse files
authored
Merge pull request #11272 from federicober/patch-1
2 parents fe78726 + 97abdbc commit 2175255

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