Hello everyone, I encounter a problem today when deploying an application with fastai v2 to heroku free server.
The problem is the slug size too large which exceeds 500MB. Most of it comes from fastai and its dependencies.
What should I do to reduce the slug size? Thanks in advance.
It produces a slug of 366 MB which is still pretty large – I wish there was a good way to trim down some of the dependencies for fastai for a smaller serving library.