library not work with AWS Lambda ECR
pjmd89 opened this issue · 0 comments
pjmd89 commented
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?