Skip to content

Commit 9f726fc

Browse files
committed
Update readme
1 parent 73904a6 commit 9f726fc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ your notebook instance enables
5454
[root access for notebook users](https://aws.amazon.com/blogs/machine-learning/control-root-access-to-amazon-sagemaker-notebook-instances/), and
5555
**\[Need internet\]** requires internet connection.
5656

57+
- **\[Need sudo & internet\]** [code-server](https://github.com/coder/code-server) and opinionated
58+
extensions for Python data science works.
59+
5760
- **\[Need sudo & internet\]** Docker: enable SageMaker local mode, and advance docker customizations.
5861
See [here](#53-docker-tweaks) for details, and how to disable.
5962
- Please note that you may need to increase your notebook instance's EBS to make sure that the

initsmnb/TEMPLATE-setup-my-sagemaker.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ echo -e "
126126
Waiting for these jobs to complete...
127127
$(jobs)
128128
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).
132130
133131
Job logs:
134132
$(ls -al ~/INITSMNB-*.txt)

0 commit comments

Comments
 (0)