Closed Sinclert closed 3 years ago
Merging #194 (1b571e1) into master (61a87cb) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 24.81% 24.81%
=======================================
Files 10 10
Lines 548 548
=======================================
Hits 136 136
Misses 412 412
This PR disables the pip cache when installing requirements. This is a common practice when installing packages on Docker images, as it helps reduce images size. In the case of
reana-workflow-engine-cwl
, the resulting image shrink from505
MBs to487
MBs, ~18 MBs in total.This optimization comes from discussion on https://github.com/reanahub/reana-server/pull/396