[CI] Use latest dask (#4973)
* Remove version spec, to use latest dask always
This commit is contained in:
parent
741fbf47c4
commit
95295ce026
@ -24,7 +24,7 @@ RUN \
|
|||||||
pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \
|
pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \
|
||||||
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \
|
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \
|
||||||
pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \
|
pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \
|
||||||
pip install "dask[complete]==2.0.0"
|
pip install "dask[complete]"
|
||||||
|
|
||||||
# Install lightweight sudo (not bound to TTY)
|
# Install lightweight sudo (not bound to TTY)
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@ -18,7 +18,7 @@ ENV PATH=/opt/python/bin:$PATH
|
|||||||
# Create new Conda environment with cuDF and dask
|
# Create new Conda environment with cuDF and dask
|
||||||
RUN \
|
RUN \
|
||||||
conda create -n cudf_test -c rapidsai -c nvidia -c numba -c conda-forge -c anaconda \
|
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
|
# Install other Python packages
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
@ -17,7 +17,7 @@ ENV PATH=/opt/python/bin:$PATH
|
|||||||
# Install Python packages
|
# Install Python packages
|
||||||
RUN \
|
RUN \
|
||||||
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
|
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
|
||||||
pip install "dask[complete]==2.0.0"
|
pip install "dask[complete]"
|
||||||
|
|
||||||
ENV GOSU_VERSION 1.10
|
ENV GOSU_VERSION 1.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user