Support Dask 2.0 (#4617)

This commit is contained in:
Philip Hyunsu Cho
2019-06-27 20:42:35 -07:00
committed by GitHub
parent 923e6c86ba
commit a30176907f
3 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ ENV PATH=/opt/python/bin:$PATH
# Install Python packages
RUN \
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
conda install dask
conda install dask=2.0.0
ENV GOSU_VERSION 1.10