fastapi docker image deployment

dennismuasyawambua
HOBBY

a year 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

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

3 Replies

a year 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

a year ago

Try updating the image path to include the version tag

muasyadennis/priceforecasting:v1.0


a year ago

FWIW I have seen similar docker images use upwards of 30GB of memory.


fastapi docker image deployment - Railway Help Station