jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
289 stars 139 forks source link

Add missing dependencies & improve container lifecycle #80

Open StarGate01 opened 4 years ago

StarGate01 commented 4 years ago

I added the missing gfortran dependency, which is required to build recent versions of kaldi.

Also, I added an entrypoint to the Dockerfile, and redirected the output to stdout in order for it to go to the docker logs.