deploying a deep learning model on railway
stephanievelez
TRIALOP

2 years ago

I am trying to deploy a deep learning model django app which I have uploaded on Github. The app runs but not my model. The rejection I keep getting is Booting worker with pid, but a fellow coder who was helping me on this project told me that the issue might be more than that. We tried to run it with nixpacks and it looks like everything is working correctly minus the model still. What else could we do? (I am new to development, so pardon if I don't make much sense)

Solved

2 Replies

2 years ago

your model file is very likely too large to be in your repository without being in git lfs, railway will not pull files from git lfs so you will have to host your model file elsewhere and download it at runtime.


Status changed to Solved Railway about 2 years ago


stephanievelez
TRIALOP

2 years ago

Thank you Brody


Loading...