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

need to specify platform identifier?

Open jvarghese01 opened this issue 3 years ago • 0 comments
trafficstars

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"

jvarghese01 avatar Oct 28 '22 03:10 jvarghese01