You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a docker image for AWS ECR to be able to run my code with AWS Lambda, and although if I test my container on my machine it works fine, on AWS it doesn't.
It doesn't show any errors, it just gives a timeout when it reaches the rec line, er := face.NewRecognizer(modelsDir).
suddenly the code stops and does nothing else. Do you have any idea why?
The text was updated successfully, but these errors were encountered:
I made a docker image for AWS ECR to be able to run my code with AWS Lambda, and although if I test my container on my machine it works fine, on AWS it doesn't.
It doesn't show any errors, it just gives a timeout when it reaches the rec line, er := face.NewRecognizer(modelsDir).
suddenly the code stops and does nothing else. Do you have any idea why?
The text was updated successfully, but these errors were encountered: