[CI] Upgrade cuDF and RMM to 21.06 nightly (#7012)
* [CI] Upgrade cuDF and RMM to 21.06 nightly * Trim outdated test cases * Pin Dask version to 2021.05.0 for now
This commit is contained in:
committed by
GitHub
parent
57c732655e
commit
05db6a6c29
@@ -28,8 +28,8 @@ ENV PATH=/opt/python/bin:$PATH
|
||||
|
||||
# Create new Conda environment with RMM
|
||||
RUN \
|
||||
conda create -n gpu_test -c nvidia -c rapidsai -c conda-forge -c defaults \
|
||||
python=3.7 rmm=0.18* cudatoolkit=$CUDA_VERSION_ARG
|
||||
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
|
||||
|
||||
ENV GOSU_VERSION 1.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user