Skip to content

Commit 9716495

Browse files
committed
Kaldi now requires python2 *and* python3
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: kaldi-asr/kaldi@8ad898c
1 parent 1f7c755 commit 9716495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
libtool-bin \
1919
make \
2020
python2.7 \
21+
python3 \
2122
python-pip \
2223
python-yaml \
2324
python-simplejson \

0 commit comments

Comments
 (0)