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