From 3eee0eb2f379235d44fee52eeb086af9e2b5a590 Mon Sep 17 00:00:00 2001 From: Jinchao Li <38700695+jincli@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:07:41 -0700 Subject: [PATCH] Add dockerfile (#110) * fix nlg template * add dockerfile * add package for dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b5707a0..5bc422a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,8 @@ RUN pip install jieba RUN pip install embeddings RUN pip install quadprog RUN pip install pyyaml +RUN pip install fuzzywuzzy +RUN pip install python-Levenshtein RUN [ "python", "-c", "import nltk; nltk.download('stopwords')" ] -- GitLab