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
Hi, Andor, thanks for your interest in SageMaker SSH Helper! Unfortunately the newly updated SageMaker Studio experience is not working yet with SageMaker SSH Helper.
Could you please try SageMaker Studio Classic in a meantime?
If you want to add it a new use case or a feature, see CONTRIBUTING.
I'm closing this issue now in favour of #51, please continue the conversation there.
Hi Team and @ivan-khvostishkov ,
I followed the instructions of Local IDE integration with SageMaker Studio over SSH for PyCharm / VSCode.
How to reproduce
I did the following steps:
Studio
personal applicationPython 3 (ipykernel)
as kernel%%sh sm-ssh-ide configure -> mkdir: cannot create directory ‘/opt/sagemaker-ssh-helper/’: Permission denied
Steps tried to solve the issue
I tried to following steps to solve the issue:
%%sh whoami -> sagemaker-user
It looks like the
sagemaker-user
does not have permission to write to/opt
.Let's add
sagemaker-user
toroot
group and restart the sessions and the instance as well to be sure.I still get the the same issue.
Possible solutions
sm-ssh-ide
scripts utilises alternative directory and not/opt
sagemaker-user
is fixed orACL
is added to the/opt
directory.Thanks,
Andor
The text was updated successfully, but these errors were encountered: