Skip to content
Snippets Groups Projects
Unverified Commit 3eee0eb2 authored by Jinchao Li's avatar Jinchao Li Committed by GitHub
Browse files

Add dockerfile (#110)

* fix nlg template

* add dockerfile

* add package for dockerfile
parent ddbf4139
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ RUN pip install jieba ...@@ -42,6 +42,8 @@ RUN pip install jieba
RUN pip install embeddings RUN pip install embeddings
RUN pip install quadprog RUN pip install quadprog
RUN pip install pyyaml RUN pip install pyyaml
RUN pip install fuzzywuzzy
RUN pip install python-Levenshtein
RUN [ "python", "-c", "import nltk; nltk.download('stopwords')" ] RUN [ "python", "-c", "import nltk; nltk.download('stopwords')" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment