[CI] Use latest dask (#4973)

* Remove version spec, to use latest dask always
This commit is contained in:
Philip Hyunsu Cho
2019-10-22 04:00:13 -07:00
committed by Jiaming Yuan
parent 741fbf47c4
commit 95295ce026
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ ENV PATH=/opt/python/bin:$PATH
# Create new Conda environment with cuDF and dask
RUN \
conda create -n cudf_test -c rapidsai -c nvidia -c numba -c conda-forge -c anaconda \
cudf=0.9 python=3.7 anaconda::cudatoolkit=$CUDA_VERSION dask=2.0.0
cudf=0.9 python=3.7 anaconda::cudatoolkit=$CUDA_VERSION dask
# Install other Python packages
RUN \