We are integrating to our service a new feature that needs Tensorflow but, we are not sure how to handle this dependency since the size of the Docker image increases ~3GB and the AWS ECR crunches us for each commit/push.
Any suggestions on how to handle it or we will have to assume :v
Hi @edparedes, Welcome to the community!
You could try to change the Docker image size limit in AWS ECR, or consider using a smaller base image such as alpine and only installing the necessary components for tensorflow instead of the entire library. This approach can significantly reduce the size of your image.
Best Regards,
Mujassim