Hello! I'm trying to run a simple Flask + Torch ap...
# general
m
Hello! I'm trying to run a simple Flask + Torch app (lightweight, 300kb zip file including 100kb trained model, very small) and it fails deployment with: The container failed due to insufficient memory
e
are you running this with CPUs? if so, you need to modify the way you install pytorch, let me know if this works: https://docs.cloud.ploomber.io/en/latest/faq/faq.html#installing-pytorch
m
Cool! let me try that and report back, thanks!
It worked! Thank you so much!
🙌 1
e
Awesome!