I'm installing RAPIDS on google colab pro but it takes a lot of time, last 2 instalations took over an hour instead of about 15 minutes as said during instalation "Starting the RAPIDS install on Colab. This will take about 15 minutes". Is there any way to speed this process up? I only want to use cuML library I don't care about others that are beeing installed with it.
For instalation I'm using following steps
!git clone https://github.com/rapidsai/rapidsai-csp-utils.git!python rapidsai-csp-utils/colab/env-check.py!bash rapidsai-csp-utils/colab/update_gcc.shimport osos._exit(00)import condacolabcondacolab.install()import condacolabcondacolab.check()!python rapidsai-csp-utils/colab/install_rapids.py stableimport osos.environ['NUMBAPRO_NVVM'] = '/usr/local/cuda/nvvm/lib64/libnvvm.so'os.environ['NUMBAPRO_LIBDEVICE'] = '/usr/local/cuda/nvvm/libdevice/'os.environ['CONDA_PREFIX'] = '/usr/local'