From 9cd1649f5a688051fd74682c8a765cabfff97a96 Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 19 May 2019 15:30:56 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10e92ab..0cfed5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,5 @@ RUN pip install xgboost RUN pip install datascience RUN pip install okpy RUN conda install -c conda-forge basemap -y -RUN conda install -c conda-forge basemap-data-hires -y \ No newline at end of file +RUN conda install -c conda-forge basemap-data-hires -y +RUN pip install face_recognition \ No newline at end of file