Relative Content

Tag Archive for flaskoptimizationdockerfilegoogle-cloud-rundocker-image

Optimization Docker Image

I have a dockerfile for a Cloud Run app, it has certain idiosincracies that add size to the image,like the fact that i have to “RUN pip uninstall -y opencv-python && pip install –no-cache-dir opencv-python-headless” for the ultralytics package to work. How would you guys suggest optimizing it? My imports are: