Skip to content

Commit

Permalink
Merge pull request #197 from UFAL-DSG/fix_docker_requirements
Browse files Browse the repository at this point in the history
Fixing Docker requirements (older Cython, PyKaldi dependencies)
  • Loading branch information
jurcicek authored Jun 21, 2016
2 parents 6841b39 + dcd5d38 commit 0fbea64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alex-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jinja2
suds

# pykaldi
cython
cython<0.24
pystache
pyyaml

Expand All @@ -28,4 +28,4 @@ twisted
autobahn
protobuf

ufal.morphodita
ufal.morphodita
2 changes: 2 additions & 0 deletions docker/install_pykaldi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -e

apt-get install -y build-essential libatlas-base-dev python-dev python-pip git wget zip
apt-get install -y automake autoconf libtool subversion # to install openfst

# Addid pykaldi source files
cd /app
git clone --recursive https://github.com/UFAL-DSG/pykaldi.git
Expand Down

0 comments on commit 0fbea64

Please sign in to comment.