Skip to content

Commit 0fcde21

Browse files
Configuration complete message
1 parent eef7be7 commit 0fcde21

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

SageMaker_SSH_IDE.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@
7777
"#sm-ssh-ide configure --ssh-only"
7878
]
7979
},
80+
{
81+
"cell_type": "markdown",
82+
"source": [
83+
"Make sure the above command ends with the successful message:\n",
84+
"\n",
85+
"`sm-ssh-ide: Configuration complete.`\n",
86+
"\n",
87+
"If you don't see this message, your configuration is not complete and the next steps will not work. One of the most common problems is that installation runs out of memory and silently terminates. In this case, switch to an instance with at least 8 GB of RAM, e.g. `ml.m5.xlarge` ."
88+
],
89+
"metadata": {
90+
"collapsed": false
91+
}
92+
},
8093
{
8194
"cell_type": "markdown",
8295
"metadata": {},

sagemaker_ssh_helper/sm-ssh-ide

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ EOF
6363

6464
touch /opt/sagemaker-ssh-helper/.ssh-ide-configured
6565

66+
echo "sm-ssh-ide: Configuration complete."
67+
6668
elif [[ "$1" == "get-metadata" ]]; then
6769

6870
echo "App name: $(_print_sm_app_name)"

0 commit comments

Comments
 (0)