vosk-server
vosk-server copied to clipboard
Added Vosk Dockerfile for ARM architecture
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
@nshmyrev is there any issues with it, or should I add something?