Correct some image tags (#532)

This commit is contained in:
Derek Hao Hu 2019-03-24 13:31:05 -07:00 committed by Kubernetes Prow Robot
parent 52795bcaf5
commit 07b485ec8c
1 changed files with 4 additions and 4 deletions

View File

@ -50,8 +50,8 @@ def mnist_pipeline(model_export_dir='gs://your-bucket/export',
serve = dsl.ContainerOp(
name='serve',
image='gcr.io/ml-pipeline/ml-pipeline-kubeflow-deployer:\
7775692adf28d6f79098e76e839986c9ee55dd61',
image='gcr.io/ml-pipeline/ml-pipeline-kubeflow-deployer:'
'7775692adf28d6f79098e76e839986c9ee55dd61',
arguments=[
'--model-export-path', model_export_dir,
'--server-name', "mnist-service"
@ -63,8 +63,8 @@ def mnist_pipeline(model_export_dir='gs://your-bucket/export',
name='web-ui',
image='gcr.io/kubeflow-examples/mnist/deploy-service:latest',
arguments=[
'--image', 'gcr.io/kubeflow-examples/mnist/web-ui:\
v20190304-v0.2-176-g15d997b-pipelines',
'--image', 'gcr.io/kubeflow-examples/mnist/web-ui:'
'v20190304-v0.2-176-g15d997b-pipelines',
'--name', 'web-ui',
'--container-port', '5000',
'--service-port', '80',