alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.77k stars 1.09k forks source link

docker container exits within ~15 seconds #278

Closed bigrig2212 closed 3 years ago

bigrig2212 commented 3 years ago

Hi there. After running the docker container using: docker run -d -p 2700:2700 alphacep/kaldi-en:latest with python8.0 it exits after about 15 seconds. any tips?

nshmyrev commented 3 years ago

Try without -d and see what it prints

Most likely it goes out of memory, it needs about 4Gb.

nshmyrev commented 3 years ago

Same as https://github.com/alphacep/vosk-server/issues/77