fastapi docker image deployment
dennismuasyawambua
HOBBYOP
2 years ago
I am trying to deploy a docker image from docker hub that contains rest API endpoints developed using fast API that run a machine learning deep neural network but it keeps on failing during deployment
ⓘ Deployment information is only viewable by Project members and Railway admins.
3 Replies
brody
EMPLOYEE
2 years ago
Without a doubt it's failing because you are running out of memory, the trial plan only has 500MB of memory per service.
roach
PRO
2 years ago
Try updating the image path to include the version tag
muasyadennis/priceforecasting:v1.0