2 Answers
- Newest
- Most votes
- Most comments
1
Hi! I believe from AWS we don't have an official solution for this strategy. The are some solutions out there like https://github.com/bgahagan/git-remote-s3 you could use if you can upload the latest release to the S3 bucket and install it on your notebook. Hope this helps!
answered 3 years ago
0
Check out these assets to see if they can help to accomplish this: https://aws.amazon.com/blogs/machine-learning/how-to-use-common-workflows-on-amazon-sagemaker-notebook-instances/ https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
answered 3 years ago
Those are all connecting code commit to my notebook which I can't do since I can't modify the execution role.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 6 months ago
Interesting choice, it doesn't seem to deal with credentials well. It won't take my credentials from my notebook. But maybe there is some poking around that can be done.