alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
882 stars 243 forks source link

running docker just crashes #192

Closed Goddard closed 2 years ago

Goddard commented 2 years ago

I ran docker run -d -p 2700:2700 alphacep/kaldi-en:latest

This just crashes

nshmyrev commented 2 years ago

You need 16Gb of memory to run docker, please make sure you have enough memory allocated

nshmyrev commented 2 years ago

Same as #77