Skip to content

Commit 1bb6433

Browse files
committed
Fix permission issue for the train and serve files
Fix permission issue for the train and serve files
1 parent 353b119 commit 1bb6433

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

advanced_functionality/scikit_bring_your_own/scikit_bring_your_own.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@
245245
"\n",
246246
"cd container\n",
247247
"\n",
248+
"chmod +x decision_trees/train\n",
249+
"chmod +x decision_trees/serve\n",
250+
"\n",
248251
"account=$(aws sts get-caller-identity --query Account --output text)\n",
249252
"\n",
250253
"# Get the region defined in the current configuration (default to us-west-2 if none defined)\n",
@@ -313,7 +316,9 @@
313316
{
314317
"cell_type": "code",
315318
"execution_count": null,
316-
"metadata": {},
319+
"metadata": {
320+
"collapsed": true
321+
},
317322
"outputs": [],
318323
"source": [
319324
"# S3 prefix\n",
@@ -343,7 +348,9 @@
343348
{
344349
"cell_type": "code",
345350
"execution_count": null,
346-
"metadata": {},
351+
"metadata": {
352+
"collapsed": true
353+
},
347354
"outputs": [],
348355
"source": [
349356
"import sagemaker as sage\n",
@@ -441,7 +448,9 @@
441448
{
442449
"cell_type": "code",
443450
"execution_count": null,
444-
"metadata": {},
451+
"metadata": {
452+
"collapsed": true
453+
},
445454
"outputs": [],
446455
"source": [
447456
"shape=pd.read_csv(\"data/iris.csv\", header=None)\n",
@@ -494,7 +503,7 @@
494503
],
495504
"metadata": {
496505
"kernelspec": {
497-
"display_name": "Environment (conda_python3)",
506+
"display_name": "conda_python3",
498507
"language": "python",
499508
"name": "conda_python3"
500509
},

0 commit comments

Comments
 (0)