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

[Content Improvement] #4786

Open
ShashwatDubey99 opened this issue Nov 18, 2024 · 1 comment
Open

[Content Improvement] #4786

ShashwatDubey99 opened this issue Nov 18, 2024 · 1 comment

Comments

@ShashwatDubey99
Copy link

How to update python version in amazon sagemaker studiolab ?

@dhapola
Copy link

dhapola commented Nov 19, 2024

SageMaker studio uses container images in jupyterlab. All the packages, versions are baked in these container images. As of this writing, latest container distribution is "sagemaker-distribution:2.1". This version uses python v3.11.10. You can select distribution of your choice from SageMaker Studio->Jupyterlab->Select your space->Image dropdown
image

List of available distributions are published here:
https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-distribution.html

In case you want to provide custom packages/versions to your users in sagemaker domain, you can create your own container image and make it available for your users. Detailed instructions are provided here:
https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-jl-provide-users-with-images.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants