[CI] Upgrade cuDF and RMM to 0.16 nightlies; upgrade to Ubuntu 18.04 (#6157)
* [CI] Upgrade cuDF and RMM to 0.16 nightlies * Use Ubuntu 18.04 in RMM test, since RMM needs GCC 7+
This commit is contained in:
committed by
GitHub
parent
c686bc0461
commit
678ea40b24
@@ -1,5 +1,5 @@
|
||||
ARG CUDA_VERSION
|
||||
FROM nvidia/cuda:$CUDA_VERSION-devel-ubuntu16.04
|
||||
FROM nvidia/cuda:$CUDA_VERSION-devel-ubuntu18.04
|
||||
ARG CUDA_VERSION
|
||||
|
||||
# Environment
|
||||
@@ -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.15* cudatoolkit=$CUDA_VERSION
|
||||
python=3.7 rmm=0.16* cudatoolkit=$CUDA_VERSION
|
||||
|
||||
ENV GOSU_VERSION 1.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user