Relative Content

Tag Archive for pythondockerflaskdockerfileopenai-whisper

How do I keep the size of my docker image down for a flask app?

I am deploying my flask app to azure and it works, but the docker image is way too big (think 10GB), this is slowing the program to the point of being unusable. This is ridiculous as the program uses 2 .py files and 3 .html templates, totalling a few kbs.