docker-kaldi-gstreamer-server
docker-kaldi-gstreamer-server copied to clipboard
Wrong version of tornado package [SOLVED]
trafficstars
The current image uses version 5 of the tornado package, causing it to malfunction. I fixed by uninstalling the current version and installing version 4.5.3 as recommended by https://github.com/alumae/kaldi-gstreamer-server
pip uninstall tornado pip install tornado==4.5.3