Include newly trained model in the newly built docker image (#601) (#602)

This commit is contained in:
Chun-Hsiang Wang 2019-07-17 19:50:11 -07:00 committed by Kubernetes Prow Robot
parent ac9f2f1238
commit cda6efed27
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@
"\n",
"if not preprocessor.input_files:\n",
" preprocessor.input_files = set()\n",
"input_files=[\"xgboost_util.py\"]\n",
"input_files=[\"xgboost_util.py\", \"mockup-model.dat\"]\n",
"preprocessor.input_files = set([os.path.normpath(f) for f in input_files])\n",
"preprocessor.preprocess()\n",
"builder = append.append.AppendBuilder(registry=DOCKER_REGISTRY,\n",