Nim
Deployment of new FastAPI application results in crash Deploy
Okay here is the plan. Since The project was failing earlier for not have a poetry.lock file, I went ahead and compared the .lock file of the current project to the project whose code I adapted. Similar setup but that one is working.
I noticed a lot of the packages in the new project are at a higher version in the .lock file (which is fair since running poetry install with '^' installs the latest version). So I've now downgraded the packages to be in line with the adapted code base that's working. I've pushed that and see how it goes.
If that fails again, then I'll add OpenCV and push again. And if that fails too, then, to docker land I guess.
50 replies