Skip to content

Commit

Permalink
fix invalid json in MNIST notetook (aws#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
danabens authored Oct 6, 2020
1 parent dcc539c commit 55d26f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"!{sys.executable} -m pip install torch==1.1.0\n",
"!{sys.executable} -m pip install torchvision==0.3.0\n",
"!{sys.executable} -m pip install pillow==6.2.2 ",
"!{sys.executable} -m pip install --upgrade sagemaker",
"!{sys.executable} -m pip install --upgrade sagemaker"
]
},
{
Expand Down

0 comments on commit 55d26f5

Please sign in to comment.