diff options
author | Pratik raj <rajpratik71@gmail.com> | 2020-12-30 18:54:43 +0530 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-01-18 07:31:03 +0000 |
commit | 309e87ce8d9c333671ad68b9851544803bde554c (patch) | |
tree | 6fb547998cf1b5edf5d156e737d30e7c900ac22b /robot/resources | |
parent | 1b79ecd123079f9af7181eb5f2bd8b80282cab2f (diff) |
[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save space
using "--no-cache-dir" flag in pip install ,make sure downloaded packages
by pip don't cached on system . This is a best practice which make sure
to fetch from repo instead of using local cached one . Further , in case
of Docker Containers , by restricting caching , we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.
Further , more detail information can be found at
https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6
Issue-ID: INT-1816
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I2b55999209f3e9f617cf4fa2a19ff2544641dbc2
Diffstat (limited to 'robot/resources')
0 files changed, 0 insertions, 0 deletions