alphacep / vosk-server

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

Added Vosk Dockerfile for ARM architecture #55

Open sskorol opened 4 years ago

sskorol commented 4 years ago

To be able to build vosk-server on ARM architecture there was created a dedicated config based on python3.7-buster image. Note that ARM doesn't support msse flags + requires an explicit HOSTCC / TARGET declaration. For easier configuration, TARGET option was parameterized so that you can specify a required ARCH via a --build-arg

sskorol commented 4 years ago

@nshmyrev is there any issues with it, or should I add something?