jcsilva / docker-kaldi-gstreamer-server

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

Kaldi now requires python2 *and* python3 #24

Closed tomjorquera closed 6 years ago

tomjorquera commented 6 years ago

Add python3 to the list of dependencies, as it is now required by Kaldi check_dependencies.sh script.

This change was introduced in Kaldi at: https://github.com/kaldi-asr/kaldi/commit/8ad898c2b8a506d10b9c2fb31949a148aed6844d

fixes #23