I have a github repo containing a flask app that loads a .h5 model and makes an inference using it using tensorflow. Repo also has a dockerfile. When I build a docker image and container on local machine, everything works fine. I am trying to deploy this api on render using my github repo and a Docker runtime. The deployment fails. These are the logs:
Deployment fails right after a few tensorflow warnings that are thrown normally when testing on local machine as well but the code runs just fine since they are just warnings. This might not be the reason of the deployment failing but it does fail right after these warnings. What is the solution to this? Any help would be appreciated.