You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
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
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.
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:
./setup.sh: line 37: sudo: command not found
The text was updated successfully, but these errors were encountered: