mirror of https://github.com/kubeflow/examples.git
Correct some image tags (#532)
This commit is contained in:
parent
52795bcaf5
commit
07b485ec8c
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue