Age | Commit message (Collapse) | Author | Files | Lines |
|
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: DCAEGEN2-2294
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ifeda4876507f89279c550e15ec76508277098ca6
|
|
Newest mkdocs (1.7.0) conflicts. Specifying 1.6.8.
Issue-Id: DCAEGEN2-128
Change-Id: I4e6c5dc52db41da1908fee75cfd219f89534fb2c
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: Iad513b12fd79a6404d0ae05f65bce31951af918a
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: Id57ab539707a43883ff957a23d2459a9b12df22e
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I92bc8df6c464d981f082dbf7fabd7906e862c9c0
Issue-Id: DCAEGEN2-73
Signed-off-by: Lusheng Ji <lji@research.att.com>
|