vosk-server
vosk-server copied to clipboard
idea: multi-stage docker build
https://docs.docker.com/develop/develop-images/multistage-build/
there is a way, to have multiple stages for docker-build. e.g. 1st to build, require gcc 2nd to run, needs just the binary from (1)
with that, the docker-files would become smaller. who needs the g++, make, cmake, ... later within the docker-image ?
Yeah, we could actually just install the pip package. Originally we wanted to provide some flexibility for the build (add an option for mkl, etc). We might reconsider that later and go with simple pip3 install vosk in the docker.