Skip to content

Commit 89353a0

Browse files
committed
Fix container typo
1 parent 534971c commit 89353a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/seq2seq_translation_en-de/SageMaker-Seq2Seq-Translation-English-German.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
"print(model_data)\n",
391391
"\n",
392392
"primary_container = {\n",
393-
" 'Image': docker_image,\n",
393+
" 'Image': container,\n",
394394
" 'ModelDataUrl': model_data\n",
395395
"}\n",
396396
"\n",

0 commit comments

Comments
 (0)