Skip to content

Commit

Permalink
Include newly trained model in the newly built docker image (#601) (#602
Browse files Browse the repository at this point in the history
)
  • Loading branch information
abcdefgs0324 authored and k8s-ci-robot committed Jul 18, 2019
1 parent ac9f2f1 commit cda6efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xgboost_synthetic/build-train-deploy.ipynb
Expand Up @@ -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",
Expand Down

0 comments on commit cda6efe

Please sign in to comment.