Skip to content

Commit

Permalink
[CI] Configure RAPIDS, dask, modin (#7033)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
  • Loading branch information
trivialfis and hcho3 committed Jun 18, 2021
1 parent d9799b0 commit dcd84b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.gpu
Expand Up @@ -19,7 +19,7 @@ ENV PATH=/opt/python/bin:$PATH
# Create new Conda environment with cuDF, Dask, and cuPy
RUN \
conda create -n gpu_test -c rapidsai-nightly -c rapidsai -c nvidia -c conda-forge -c defaults \
python=3.7 cudf=21.06* rmm=21.06* cudatoolkit=$CUDA_VERSION_ARG dask=2021.05.0 dask-cuda dask-cudf cupy \
python=3.7 cudf=21.08* rmm=21.08* cudatoolkit=$CUDA_VERSION_ARG dask dask-cuda dask-cudf cupy \
numpy pytest scipy scikit-learn pandas matplotlib wheel python-kubernetes urllib3 graphviz hypothesis

ENV GOSU_VERSION 1.10
Expand Down
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.rmm
Expand Up @@ -29,7 +29,7 @@ ENV PATH=/opt/python/bin:$PATH
# Create new Conda environment with RMM
RUN \
conda create -n gpu_test -c rapidsai-nightly -c rapidsai -c nvidia -c conda-forge -c defaults \
python=3.7 rmm=21.06* cudatoolkit=$CUDA_VERSION_ARG
python=3.7 rmm=21.08* cudatoolkit=$CUDA_VERSION_ARG

ENV GOSU_VERSION 1.10

Expand Down
4 changes: 2 additions & 2 deletions tests/ci_build/conda_env/macos_cpu_test.yml
Expand Up @@ -13,8 +13,8 @@ dependencies:
- scikit-learn
- pandas
- matplotlib
- dask=2021.05.0
- distributed=2021.05.0
- dask
- distributed
- graphviz
- python-graphviz
- hypothesis
Expand Down
1 change: 1 addition & 0 deletions tests/ci_build/test_python.sh
Expand Up @@ -60,6 +60,7 @@ case "$suite" in
cpu)
source activate cpu_test
install_xgboost
export RAY_OBJECT_STORE_ALLOW_SLOW_STORAGE=1
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/python
cd tests/distributed
./runtests.sh
Expand Down

0 comments on commit dcd84b3

Please sign in to comment.