Skip to content

Commit 4f29726

Browse files
committed
Fixed: Added image tag to scikit BYO example
1 parent b93d177 commit 4f29726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_functionality/scikit_bring_your_own/scikit_bring_your_own.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"source": [
402402
"account = sess.boto_session.client('sts').get_caller_identity()['Account']\n",
403403
"region = sess.boto_session.region_name\n",
404-
"image = '{}.dkr.ecr.{}.amazonaws.com/decision-trees-sample'.format(account, region)\n",
404+
"image = '{}.dkr.ecr.{}.amazonaws.com/decision-trees-sample:latest'.format(account, region)\n",
405405
"\n",
406406
"tree = sage.estimator.Estimator(image,\n",
407407
" role, 1, 'ml.c4.2xlarge',\n",

0 commit comments

Comments
 (0)