aws-samples / amazon-sagemaker-codeserver

Hosting code-server on Amazon SageMaker
MIT No Attribution
48 stars 17 forks source link

Can't get this to work on new Sagemaker Studio #34

Open leocwolter opened 6 months ago

leocwolter commented 6 months ago

I want to connect my local VSCode to a code server on sagemaker and found out this repo.

However I followed the steps from the README to automatically install the codeserver on the entire domain, but when using the new Sagemaker Studio (not classic) and starting a new JupyterLab, the app shows up a broken icon:

image

When clicking at it, an error 500 happens with apparently no log at all:

image

Is this compatible with the new sagemaker studio? Can we connect our local vscode to the new sagemaker studio by using another method?

giuseppeporcelli commented 5 months ago

Hi @leocwolter thanks for reporting this issue. With the new SageMaker Studio version you can now use the Code Editor application (based on Code-OSS Visual Studio Code open source) for a fully-managed experience.

You can check the details in this blog: https://aws.amazon.com/blogs/machine-learning/new-code-editor-based-on-code-oss-vs-code-open-source-now-available-in-amazon-sagemaker-studio/

Regards, Giuseppe