diff --git a/Dockerfile b/Dockerfile
index b5707a08e681d09c8cc004d4ecf15cba037b4259..5bc422ac0eb174e5ecf6fa19527919ace751fdde 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')" ]