Skip to content

Commit c738ba6

Browse files
committed
Updated: minor language change in R BYO notebook
1 parent 142ed7b commit c738ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r_bring_your_own/r_bring_your_own.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"source": [
236236
"### Dockerfile\n",
237237
"\n",
238-
"Smaller containers are preferred for Amazon SageMaker, so this container is kept minimal. It simply starts with Ubuntu, installs R, mda, and plumber libraries, then adds `mars.R` and `plumber.R`, and finally runs `mars.R` when the entrypoint is launched.\n",
238+
"Smaller containers are preferred for Amazon SageMaker as they lead to faster spin up times in training and endpoint creation, so this container is kept minimal. It simply starts with Ubuntu, installs R, mda, and plumber libraries, then adds `mars.R` and `plumber.R`, and finally runs `mars.R` when the entrypoint is launched.\n",
239239
"\n",
240240
"```Dockerfile\n",
241241
"FROM ubuntu:16.04\n",

0 commit comments

Comments
 (0)