[CI] Upgrade cuDF and RMM to 0.17 nightlies (#6434)

This commit is contained in:
Philip Hyunsu Cho
2020-11-24 13:21:41 -08:00
committed by GitHub
parent 0c85b90671
commit 4dbbeb635d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ ENV PATH=/opt/python/bin:$PATH
# Create new Conda environment with RMM
RUN \
conda create -n gpu_test -c nvidia -c rapidsai-nightly -c rapidsai -c conda-forge -c defaults \
python=3.7 rmm=0.16* cudatoolkit=$CUDA_VERSION_ARG
python=3.7 rmm=0.17* cudatoolkit=$CUDA_VERSION_ARG
ENV GOSU_VERSION 1.10