Use 22.04 for RMM. (#8001)

22.06 is not released yet.
This commit is contained in:
Jiaming Yuan
2022-06-17 04:07:31 +08:00
committed by GitHub
parent bb47fd8c49
commit 637e42a0c0

View File

@@ -27,7 +27,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.9 rmm=22.06* cudatoolkit=$CUDA_VERSION_ARG cmake
python=3.9 rmm=22.04* cudatoolkit=$CUDA_VERSION_ARG cmake
ENV GOSU_VERSION 1.10