From 145f9519266c32329d39a41046c7c1ce885785b3 Mon Sep 17 00:00:00 2001 From: Nguyen Xuan Bac Date: Mon, 10 Sep 2018 01:04:24 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cb447b43..2c39036b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -498,6 +498,8 @@ RUN pip install flashtext && \ ##### ^^^^ Add new contributions above here ^^^^ ##### # clean up pip cache rm -rf /root/.cache/pip/* + +RUN pip install cnn_finetune # Pin Vowpal Wabbit v8.6.0 because 8.6.1 does not build or install successfully RUN cd /usr/local/src && git clone -b 8.6.0 https://github.com/JohnLangford/vowpal_wabbit.git && ./vowpal_wabbit/python/conda_install.sh