Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SageMaker Notebooks instructions #126

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Feb 1, 2023

Closes rapidsai/cloud-ml-examples#236.

The aws/rapids_intro.ipynb notebook in cloud-ml-examples contains instructions on launching a SageMaker Notebook Instance with a RAPIDS conda environment installed at runtime. This is a different method to running on SageMaker than we currently have documented so this PR ports those instructions over to the SageMaker docs page in a "SageMaker Notebooks" section and puts the existing instructions into a "SageMaker Estimators" section.

The notebook instructions used a conda-pack tarball from S3 which only seems to work up until 22.06, maybe ops stopped publishing those? I replaced that with a mamba install which only takes slightly longer and is a more sustainable install method going forwards.

I also added some screenshots and tidied up the language/formatting a bit.

@jacobtomlinson jacobtomlinson added doc Improvements or additions to documentation cloud/aws Amazon Web Service cloud labels Feb 1, 2023
@jacobtomlinson jacobtomlinson added the example Example Jupyter Notebook label Feb 2, 2023
@jacobtomlinson jacobtomlinson merged commit 26e45fd into rapidsai:main Feb 6, 2023
@jacobtomlinson jacobtomlinson deleted the update-sagemaker-sn branch February 6, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud/aws Amazon Web Service cloud doc Improvements or additions to documentation example Example Jupyter Notebook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate aws/rapids_intro.ipynb to deployment docs
2 participants