Skip to content

Commit 45006a1

Browse files
author
Dan Choi
committed
Add examples
1 parent 2206a21 commit 45006a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advanced_functionality/pytorch_extending_our_containers/pytorch_extending_our_containers.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"Even if there is direct SDK support for your environment or framework, you may want to add additional functionality or configure your container environment differently while utilizing our container to use on SageMaker.\n",
4848
"\n",
4949
"**Some of the reasons to extend a SageMaker deep learning framework container are:**\n",
50-
"1. Install additional dependencies, while utilizing the same training and hosting solution.\n",
51-
"2. Configure your environment.\n",
50+
"1. Install additional dependencies. (E.g. I want to install a specific Python library, that the current SageMaker containers don't install.)\n",
51+
"2. Configure your environment. (E.g. I want to add an environment variable to my container.)\n",
5252
"\n",
5353
"**Although it is possible to extend any of our framework containers as a parent image, the example this notebook covers is currently only intended to work with our PyTorch (0.4.0+) and Chainer (4.1.0+) containers.**\n",
5454
"\n",

0 commit comments

Comments
 (0)