Skip to content

Commit 2fb1d7c

Browse files
authored
consume the subnets and security groups generated in the previous cell (#1039)
1 parent 490034e commit 2fb1d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sagemaker-python-sdk/tensorflow_script_mode_horovod/tensorflow_script_mode_horovod.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@
522522
" framework_version='1.14',\n",
523523
" py_version='py3',\n",
524524
" distributions=distributions,\n",
525-
" security_group_ids=['sg-0919a36a89a15222f'],\n",
526-
" subnets=['subnet-0c07198f3eb022ede', 'subnet-055b2819caae2fd1f'],\n",
525+
" security_group_ids=security_groups,\n",
526+
" subnets=subnets,\n",
527527
" base_job_name='hvd-mnist-vpc')"
528528
]
529529
},

0 commit comments

Comments
 (0)