Skip to content

Commit 10712a1

Browse files
committed
removing 'Environment': {'this': 'is'} from import model
1 parent 5b9fe56 commit 10712a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

im-xgboost/xgboost-multiclass-classification.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@
392392
"\n",
393393
"primary_container = {\n",
394394
" 'Image': \"032969728358.dkr.ecr.us-west-2.amazonaws.com/xgboost:latest\",\n",
395-
" 'ModelDataUrl': model_data,\n",
396-
" 'Environment': {'this': 'is'}\n",
395+
" 'ModelDataUrl': model_data\n",
397396
"}\n",
398397
"\n",
399398
"create_model_response = client.create_model(\n",

0 commit comments

Comments
 (0)