amazon-sagemaker-codeserver icon indicating copy to clipboard operation
amazon-sagemaker-codeserver copied to clipboard

Hosting code-server on Amazon SageMaker

Results 14 amazon-sagemaker-codeserver issues
Sort by recently updated
recently updated
newest added
trafficstars

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

enhancement

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Hi, codeserver seems to be running bare bone, similar to a system terminal. Is there anywhere we could run codeserver that uses computing resource with gpu such as pytorch-1-8-gpu-py3-ml-g4dn-xlarge?

enhancement

I used the [medium blog](https://medium.com/datamindedbe/customizing-sagemaker-notebook-instances-29f919421e24) to setup code-server in a notebook instance. Only change I made was using the latest release https://github.com/aws-samples/amazon-sagemaker-codeserver/releases/download/v0.2.0/amazon-sagemaker-codeserver-0.2.0.tar.gz. I then installed the Jupyter extension through the...

I would like to automate the setup of codeserver, but I'd like to change the code-server version. Currently, both setup-codeserver and install-codeserver need to be edited to change this. This...

enhancement

Is there any API that can be used to find notebooks and terminals that are active on the code-server? In that way, it can be used when setting up a...

I installed VS Code code server on a standalone sagemaker nteobook. When I create a new notebook, I am able to switch kernels but the notebook doesnt load. Image attached....

Hi, We followed the tutorial and set up a working code-server instance running on Sagemaker Studio. One very crucial part is to have IntelliSense or code auto completion when working...

Hi, Thanks for the great script! When I tried to add lifecycle configuration on AWS CLI, error below is happened: ``` XXX:~/environment/amazon-sagemaker-codeserver/install-scripts/notebook-instances $ aws sagemaker create-notebook-instance-lifecycle-config \ > --notebook-instance-lifecycle-config-name install-codeserver...

VSCode defaults to the codeserver_py39. However, that kernel is unable to even run notebook cells. ``` Running cells with 'Python 3.9.15 ('codeserver_py39': conda)' requires ipykernel package. Run the following command...

enhancement