Skip to content

Commit 09b92ef

Browse files
authored
bugfix: remove sagemaker upgrade line (#1566)
1 parent 2bf6b1b commit 09b92ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

introduction_to_amazon_algorithms/linear_learner_mnist/linear_learner_mnist_with_file_system_data_source.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"!pip install -qU awscli boto3 sagemaker\n",
42-
"\n",
41+
"!pip install -U --quiet \"sagemaker>=1.14.2,<2\"\n",
4342
"# Define IAM role\n",
4443
"import boto3\n",
4544
"import re\n",

0 commit comments

Comments
 (0)