aws / studio-lab-examples

Example notebooks for working with SageMaker Studio Lab. Sign up for an account at the link below!
https://studiolab.sagemaker.aws
Apache License 2.0
625 stars 182 forks source link

Enable to run SageMaker Pipelines local mode in Studio Lab #198

Open riyamolgeorge opened 1 year ago

riyamolgeorge commented 1 year ago

I am trying to run a sagemaker pipeline in local mode from sagemaker Studio lab. Since docker is not available and without root access to get it installed on the lab environment, I tried the alternative with CLI extension mentioned in : https://github.com/aws-samples/sagemaker-studio-docker-ui-extension The steps are: git clone https://github.com/aws-samples/sagemaker-studio-docker-cli-extension.git cd sagemaker-studio-docker-cli-extension ./setup.sh

However, this throws the error as below:

icoxfog417 commented 1 year ago

@riyamolgeorge Thank you for your effort to run the SageMaker Pipelines in local mode. As you noticed, we have not provided the functions to run it in Studio Lab. I think this is the necessary feature to test the pipeline in Studio Lab and run it in SageMaker for scaling.

I changed the title and deal this issue as enhancement request.

MicheleMonclova commented 1 year ago

The real issue here is we do not provide Sudo access yet. Many have asked for it and it is an enhancement that is currently being reviewed. thanks for the feedback. We will send regular updates when we roll out new functionality.