Open ShashwatDubey99 opened 3 days ago
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
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
How to update python version in amazon sagemaker studiolab ?