Hello everyone,
Currently, we’ve installed argostranslate==1.9.6
in our Flask app and deployed it to AWS ECS. However, this package is 15GB in size, which makes the build process very slow. I’m looking for alternative options that are more lightweight and free. From what I understand, the options involving installing the package and using a Docker image seem to be the most suitable, correct?
If that’s the case:
- Are there any opportunities to reduce the size of the
argostranslate
package, such as removing unnecessary libraries (e.g., nvidia, torch, etc.)? - From my research, the image is around 3.5GB. Is there a way to optimize it?
What recommendations can you offer to make the build process faster while still using a argostranslate library?