File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ your notebook instance enables
54
54
[ root access for notebook users] ( https://aws.amazon.com/blogs/machine-learning/control-root-access-to-amazon-sagemaker-notebook-instances/ ) , and
55
55
** \[ Need internet\] ** requires internet connection.
56
56
57
+ - ** \[ Need sudo & internet\] ** [ code-server] ( https://github.com/coder/code-server ) and opinionated
58
+ extensions for Python data science works.
59
+
57
60
- ** \[ Need sudo & internet\] ** Docker: enable SageMaker local mode, and advance docker customizations.
58
61
See [ here] ( #53-docker-tweaks ) for details, and how to disable.
59
62
- Please note that you may need to increase your notebook instance's EBS to make sure that the
Original file line number Diff line number Diff line change @@ -126,9 +126,7 @@ echo -e "
126
126
Waiting for these jobs to complete...
127
127
$( jobs)
128
128
129
- Usually they take ${COLOR_RED} ~4 minutes${COLOR_OFF} to ${COLOR_RED} 5+ minutes${COLOR_OFF} . The high-side is typically the first
130
- time ever running initsmnb on a notebook instance, with more stuffs to install.
131
- The lower-side is for subsequent initsmnb runs (typically on notebook restart).
129
+ They may take ${COLOR_RED} ~4 minutes${COLOR_OFF} (on ml.t3.medium in ap-southeast-1 / Singapore).
132
130
133
131
Job logs:
134
132
$( ls -al ~ /INITSMNB-* .txt)
You can’t perform that action at this time.
0 commit comments