Skip to content

Commit

Permalink
Use 22.04 for RMM. (#8001)
Browse files Browse the repository at this point in the history
22.06 is not released yet.
  • Loading branch information
trivialfis authored Jun 16, 2022
1 parent bb47fd8 commit 637e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.rmm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 637e42a

Please sign in to comment.