Deploy whisper with Lambda Container Image (AWS) #916
Replies: 6 comments 3 replies
-
I am also getting this error |
Beta Was this translation helpful? Give feedback.
-
Just a quick note, if you need to process data in large amounts, lambda is not a way to go here. |
Beta Was this translation helpful? Give feedback.
-
Did you get this to work, I want to do same. |
Beta Was this translation helpful? Give feedback.
-
Did u guys used SAM CLI to build and deploy this one? |
Beta Was this translation helpful? Give feedback.
-
My issue was memory. I increased the memory for AWS lambda and that fixed it |
Beta Was this translation helpful? Give feedback.
-
your error is entry, ur dockerfile needs to enter app.handler, not python app.py, all lambda images need to enter via app.handler, and write ur logic in handler fundtion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a way to use it with Lambda? I have been trying whit Lambda Container Image Triggered by S3 when is uploaded a file, but I have had some troubles.
This is the docker file I'm building:
This is the app.py for test:
This is the requirements.txt:
This is the current error:
Maybe some of you have worked with Lambda connected to ECS (Lambda Containe Image) and know what I am making bad?
Beta Was this translation helpful? Give feedback.
All reactions