optimize size and time using "--no-cache-dir" 64/108864/2
authorPratik Raj <rajpratik71@gmail.com>
Sat, 6 Jun 2020 16:26:53 +0000 (21:56 +0530)
committerkrishna moorthy <krishna.moorthy6@wipro.com>
Sat, 1 Aug 2020 15:40:06 +0000 (15:40 +0000)
commit9b01155e3ca2626e6ca7416fbf857bcd92a8ad39
tree81f64455c207612a60af9b179f7b701db0c9ee21
parent8699f0d40189cc35775399352aa1f35e175bdd29
optimize size and time using "--no-cache-dir"

Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
by pip don't cached on system . This is a best practise which make sure
to fetch ftom repo instead of using local cached one . Further , in case
of Docker Containers , by restricing 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: OPTFRA-774

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I40d9eb94ecea623a9ed54b50b1786b154788a17b
conductor/conductor/tests/functional/simulators/aafsim/Dockerfile
conductor/conductor/tests/functional/simulators/aaisim/Dockerfile
conductor/conductor/tests/functional/simulators/multicloudsim/Dockerfile
conductor/docker/Dockerfile
conductor/tox.ini
docs/sections/installation.rst
sonar.sh