Skip to content

Commit b7ef9c9

Browse files
committed
Added note that nb won't run in studio, add note about kernel and sdk version testing details
1 parent f45839b commit b7ef9c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

advanced_functionality/multi_model_bring_your_own/multi_model_endpoint_bring_your_own.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"\n",
1212
"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",
1313
"\n",
14+
"**Note**: Because this notebook builds a Docker container, it does not run in Amazon SageMaker Studio.\n",
15+
"\n",
16+
"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",
17+
"\n",
1418
"---\n",
1519
"\n",
1620
"### Contents\n",
@@ -539,9 +543,9 @@
539543
],
540544
"metadata": {
541545
"kernelspec": {
542-
"display_name": "conda_mxnet_p36",
546+
"display_name": "Python 3",
543547
"language": "python",
544-
"name": "conda_mxnet_p36"
548+
"name": "python3"
545549
},
546550
"language_info": {
547551
"codemirror_mode": {
@@ -553,7 +557,7 @@
553557
"name": "python",
554558
"nbconvert_exporter": "python",
555559
"pygments_lexer": "ipython3",
556-
"version": "3.6.5"
560+
"version": "3.7.6"
557561
}
558562
},
559563
"nbformat": 4,

0 commit comments

Comments
 (0)