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

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

Open
riyamolgeorge opened this issue Feb 1, 2023 · 2 comments
Open

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

riyamolgeorge opened this issue Feb 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@riyamolgeorge
Copy link

riyamolgeorge commented Feb 1, 2023

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:

  • sudo ln -s /home/studio-lab-user/sagemaker-studio-docker-cli-extension/src/sagemaker_studio_docker_cli/sdocker /usr/bin/sdocker
    ./setup.sh: line 37: sudo: command not found
@icoxfog417 icoxfog417 added the enhancement New feature or request label Feb 1, 2023
@icoxfog417
Copy link
Contributor

icoxfog417 commented Feb 1, 2023

@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.

@icoxfog417 icoxfog417 changed the title Docker installation step for Sagemaker Studio Lab is not working. Enable to run SageMaker Pipeline Local mode in Studio Lab Feb 1, 2023
@icoxfog417 icoxfog417 changed the title Enable to run SageMaker Pipeline Local mode in Studio Lab Enable to run SageMaker Pipelines local mode in Studio Lab Feb 1, 2023
@MicheleMonclova
Copy link

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.

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

No branches or pull requests

3 participants