Skip to content

Commit 4a5d6f8

Browse files
authored
Merge pull request #24 from tomjorquera/fix-python3
Kaldi now requires python2 *and* python3
2 parents 1f7c755 + 9716495 commit 4a5d6f8

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)