Skip to content

Commit

Permalink
Update mm byo (#1663)
Browse files Browse the repository at this point in the history
* Added note that nb won't run in studio, add note about kernel and sdk version testing details

* changed kernel metadata back to conda_mxnet_p36
  • Loading branch information
eslesar-aws authored Oct 28, 2020
1 parent 0ecefbb commit 0c9b557
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"\n",
"For the inference container to serve multiple models in a multi-model endpoint, it must implement [additional APIs](https://docs.aws.amazon.com/sagemaker/latest/dg/build-multi-model-build-container.html) in order to load, list, get, unload and invoke specific models. This notebook demonstrates how to build your own inference container that implements these APIs.\n",
"\n",
"**Note**: Because this notebook builds a Docker container, it does not run in Amazon SageMaker Studio.\n",
"\n",
"This notebook was tested with the `conda_mxnet_p36` kernel running SageMaker Python SDK version 2.15.3 on an Amazon SageMaker notebook instance.\n",
"\n",
"---\n",
"\n",
"### Contents\n",
Expand Down Expand Up @@ -553,7 +557,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0c9b557

Please sign in to comment.