Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q
# DEAP genetic algorithms framework
pip install deap && \
# TPOT pipeline infrastructure
pip install tpot
pip install tpot && \
# haversine
pip install haversine

# Install OpenCV-3 with Python support
# We build libpng 1.6.17 from source because the apt-get version is too out of
Expand Down