Open sungeuns opened 1 year ago
I am having same error when I call "aws sagemaker create-notebook-instance-lifecycle-config...". Instead of doing this, I made a lifecycle config using AWS web console putting scripts in each sh files. Then It runs as expected. I think this would be a workaround for now.
Same, basic installation scripts not working.
Hi, Thanks for the great script!
When I tried to add lifecycle configuration on AWS CLI, error below is happened:
There is
EOF
in the middle of script, so I think quotation is needed when adding lifecycle configuration with AWS command:Thanks,