This repo helps a RAPIDS user quickly and easily
- Install RAPIDS into a SageMaker Studio Lab instance
- Get to notebooks and other repos that they can run and explore RAPIDS
- Provide tips and tricks to help them have a great experience trying out RAPIDS on SageMaker
Our in depth install guide is here, if you want to preview it:
To run this guide, you only need two things:
- An active SageMaker Studio Lab account (get one here: https://studiolab.sagemaker.aws/)
- An actively running GPU instance in that account
When you have that ready, if you want to just install RAPIDS into SageMaker Studio Lab, the easiest way is:
- Click this button right here -->
- Click the
Copy to Project
button - When prompted, select
Clone Entire Repo
- After customizing any directories, ensure that
Search for environment.yml and build Conda environment
is checked and clickClone
- Once completed, please go to Links to RAPIDS Notebooks and Repos and pull in some notebooks to run RAPIDS on!
Please create an issue!
Libnuma
dependancy causes cuML and cuGraph to fail import in RAPIDS 22.02 and possibly 22.04 (rapidsai/ucx-py#790)- cuML user workaround: Uninstall
ucx-py
using conda in your RAPIDS (rapidsai/cuml#4616) - cuGraph user workaround: Install RAPIDS 21.12 if you require cuGraph. cuGraph will not work for RAPIDS versions 22.02 and possible 22.04 A fix will be introduced in 22.06. (rapidsai/cugraph#2113)
- cuML user workaround: Uninstall