mirror of https://github.com/kubeflow/examples.git
This commit is contained in:
parent
ac9f2f1238
commit
cda6efed27
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue