collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.
MIT License
2.09k stars 283 forks source link

Improve cpu and gpu Dockerfiles, resulting in much smaller images #206

Closed peldszus closed 6 months ago

peldszus commented 7 months ago

I added a few improvements to the docker files, which result in much smaller images.

Here a comparison:

REPOSITORY   TAG         IMAGE ID       CREATED          SIZE  
wl-new       0.4.1-cpu   206a09e7f64e   3 hours ago      3.34GB
wl-old       0.4.1-cpu   9634667f608b   4 hours ago      9.92GB
REPOSITORY   TAG         IMAGE ID       CREATED          SIZE  
wl-new       0.4.1-gpu   46bef0dedc60   13 seconds ago   7.2GB 
wl-old       0.4.1-gpu   9d620744a852   3 hours ago      13.4GB

The main tricks: