aws-samples / aws-samples/amazon-sagemaker-codeserver
need to specify platform identifier?
Open
documentation
- Dominant language
- Shell
- Stars
- 56
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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"
`
Contributor guide
Assessment
This issue has not been assessed yet.