Skip to content

Commit 5c8dd3f

Browse files
authored
Use http instead of S3 URI for MXNet ONNX notebook (aws#423)
1 parent 130be31 commit 5c8dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/mxnet_onnx_superresolution/mxnet_onnx.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"metadata": {},
8585
"outputs": [],
8686
"source": [
87-
"!aws s3 cp s3://onnx-mxnet/examples/super_resolution.onnx ./"
87+
"!wget http://onnx-mxnet.s3.amazonaws.com/examples/super_resolution.onnx"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)