aws-samples / amazon-sagemaker-codeserver

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

need to specify platform identifier? #5

Open jvarghese01 opened 1 year ago

jvarghese01 commented 1 year ago

Great solution here! Just fyi - I had to specify the platform identifier "notebook-al2-v1" when creating the notebook instances along with CLI commands posted on the README; else, it defaulted to Amazon Linux 1 and did not start.

One of the options I used with aws sagemaker create-notebook-instances was:

--platform-identifier "notebook-al2-v1"