From 637e42a0c07741a95eb3dd7833126f27e9f87c8f Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 17 Jun 2022 04:07:31 +0800 Subject: [PATCH] Use 22.04 for RMM. (#8001) 22.06 is not released yet. --- tests/ci_build/Dockerfile.rmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/Dockerfile.rmm b/tests/ci_build/Dockerfile.rmm index 0c0166a7c..7810cbf29 100644 --- a/tests/ci_build/Dockerfile.rmm +++ b/tests/ci_build/Dockerfile.rmm @@ -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