Skip to content

Commit f69943e

Browse files
Upgrading SSH Helper in the notebooks
1 parent e26d91d commit f69943e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

SageMaker_SSH_IDE.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"%%sh\n",
5656
"pip install -U pip\n",
5757
"pip uninstall --root-user-action ignore -y awscli\n",
58-
"pip install --root-user-action ignore -q sagemaker-ssh-helper"
58+
"pip install --root-user-action ignore -q -U sagemaker-ssh-helper\n",
59+
"pip freeze | grep sagemaker-ssh-helper"
5960
]
6061
},
6162
{

SageMaker_SSH_Notebook.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"%%sh\n",
2424
"pip install -U pip\n",
2525
"pip uninstall --root-user-action ignore -y awscli\n",
26-
"pip install --root-user-action ignore -q sagemaker-ssh-helper"
26+
"pip install --root-user-action ignore -q -U sagemaker-ssh-helper\n",
27+
"pip freeze | grep sagemaker-ssh-helper"
2728
]
2829
},
2930
{
@@ -106,7 +107,11 @@
106107
{
107108
"cell_type": "code",
108109
"execution_count": null,
109-
"metadata": {},
110+
"metadata": {
111+
"pycharm": {
112+
"is_executing": true
113+
}
114+
},
110115
"outputs": [],
111116
"source": [
112117
"with open(os.path.expanduser('~/.sm-ssh-owner')) as f:\n",

0 commit comments

Comments
 (0)