Failed to update dependencies #341
-
Hi, my dependencies are failing to be installed in your micro. Is it because the size limits being exceeded? At the startup, I also need to install the BERT model. Probably, even if the dependencies would succeed to install, the starup would fail due to the large size of the model? anyio==3.6.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Pytorch is causing the error because it exceeds the 250mb limit. To update your Micro's runtime run |
Beta Was this translation helpful? Give feedback.
Pytorch is causing the error because it exceeds the 250mb limit. To update your Micro's runtime run
deta update --runtime python3.8
as per the docs.