aws / sagemaker-distribution

A set of Docker images that include popular frameworks for machine learning, data science and visualization.
Apache License 2.0
92 stars 51 forks source link

Update Code Editor extensions #477

Open SeijiSuenaga opened 1 week ago

SeijiSuenaga commented 1 week ago

The Code Editor extensions included in SMD 2.0.0 (the latest version available in SageMaker Studio right now) are significantly outdated:

Use case description

No response

Alternatives

My environment doesn't allow access to open-vsx.org so I'm not sure if manually updating the extensions within Code Editor would normally work.

I can make newer VSIX files available privately, e.g. in S3, and install them at startup with a lifecycle config script, but I hit a performance limitation with that approach. I found that some extensions, including Python and Jupyter updates, took a long time to install on an ml.t3.medium instance, which made startup fail because the lifecycle script times out after 5 minutes.

Additional context

No response

aws-tianquaw commented 16 hours ago

Hi @SeijiSuenaga, Thanks for raising the issue. We are working on investigating and updating the CodeEditor extensions. I'll provide ETA once it becomes available.