clamsproject / clams-python

CLAMS SDK for python
http://sdk.clams.ai/
Apache License 2.0
4 stars 1 forks source link

clear pip cache when building container images #185

Closed keighrim closed 7 months ago

keighrim commented 7 months ago

Because

As reported in https://github.com/clamsproject/app-swt-detection/issues/24#issue-1979419772, current container images contain pip cache files and thus larger than they need to be.

Done when

All container build files are updated so that next versions of images are down-sized without cached pip packages.

Additional context

No response