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

Can't run the docker image on an arm64 architecture #147

Open EziamakaNV opened 3 years ago

EziamakaNV commented 3 years ago

Hello,

I tried running the docker image on an arm64 architecture server and this was the response I got

"The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"

Is there anyway to get this to run on the platform?

Thank you

sskorol commented 3 years ago

Hi, you can try building it on your own or in case if you have GPU, here's a repo: https://github.com/sskorol/vosk-api-gpu

EziamakaNV commented 3 years ago

Hi @sskorol , my experience with docker is very basic. I followed the instructions on your repo the best I could, But I still ended up with the same error message.

Is there another way I could go about this?

EziamakaNV commented 3 years ago

To give more context I'm trying to get the vosk server to work on an Amazon EC2 instance powered by Arm-based AWS Graviton2