NVIDIA / spark-rapids-ml

Spark RAPIDS MLlib – accelerate Apache Spark MLlib with GPUs
https://nvidia.github.io/spark-rapids-ml/
Apache License 2.0
64 stars 30 forks source link

Upgrad rapidsai-nightly Conda channel to 24.10 #706

Closed NvTimLiu closed 1 month ago

NvTimLiu commented 1 month ago

rapidsai-nightly Conda channel had been upgraded to 24.10, 24.08 nightly Conda package is NOT available.

NvTimLiu commented 1 month ago

build

NvTimLiu commented 1 month ago

Build PASS locally

docker build -f ci/Dockerfile -t tim:test .
[+] Building 2.3s (8/8) FINISHED                                                                                                     
 => [internal] load .dockerignore                                                                                               0.0s
 => => transferring context: 2B                                                                                                 0.0s
 => [internal] load build definition from Dockerfile                                                                            0.0s
 => => transferring dockerfile: 1.63kB                                                                                          0.0s
 => [internal] load metadata for docker.io/nvidia/cuda:11.8.0-devel-ubuntu20.04                                                 2.2s
 => [1/4] FROM docker.io/nvidia/cuda:11.8.0-devel-ubuntu20.04@sha256:03681bbd56e03e740b27e456  0.0s
 => CACHED [2/4] RUN apt update -y     && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y openjdk-8-jdk     && apt in  0.0s
 => CACHED [3/4] RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh     && mkdir /root/.co  0.0s
 => CACHED [4/4] RUN conda install -y -c rapidsai-nightly -c conda-forge -c nvidia cuml=24.10 python=3.9 cuda-version=11.8      0.0s
 => exporting to image                                                                                                          0.0s
 => => exporting layers                                                                                                         0.0s
 => => writing image sha256:1afdd65383c41bb2c025cb4b1a1fd83ec45                                    0.0s
 => => naming to docker.io/library/tim:test  
eordentlich commented 1 month ago

Looks like this change got auto merged with https://github.com/NVIDIA/spark-rapids-ml/pull/709 when we fixed it in 24.08 so closing this PR. Thanks @NvTimLiu for catching this issue.