Commit 0c41279d by Vik Paruchuri

fix yaml

parent ded7090d
......@@ -63,8 +63,8 @@
- name : install python requirements for machine-learning
pip: requirements="{{ml_dir}}/requirements.txt" virtualenv="{{venv_dir}}" state=present
- name: install machine-learning python package
shell: command="{{venv_dir}}/bin/activate; cd {{ml_dir}}; python setup.py install"
- name: install machine-learning python package
shell: command="{{venv_dir}}/bin/activate; cd {{ml_dir}}; python setup.py install"
- name: install nltk data using rendered shell script
shell: command="{{venv_dir}}/bin/python -m nltk.downloader -d {{nltk_data_dir}} all"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment