mirror of https://github.com/kubeflow/examples.git
fixed small errors
This commit is contained in:
parent
3b85d55d8c
commit
fcd1e4bce1
|
|
@ -86,13 +86,13 @@ def tacosandburritos_train(
|
||||||
|
|
||||||
operations['profile'] = dsl.ContainerOp(
|
operations['profile'] = dsl.ContainerOp(
|
||||||
name='profile',
|
name='profile',
|
||||||
image='tacoregistry.azurecr.io/profile:ictest',
|
image='insert your image here',
|
||||||
command=['sh'],
|
command=['sh'],
|
||||||
arguments=[
|
arguments=[
|
||||||
'/scripts/profile.sh',
|
'/scripts/profile.sh',
|
||||||
'-n', profile_name,
|
'-n', profile_name,
|
||||||
'-m', model_name,
|
'-m', model_name,
|
||||||
'-i', 'insert your image here',
|
'-i', '/scripts/inferenceconfig.json',
|
||||||
'-d', '{"image":"https://www.exploreveg.org/files/2015/05/sofritas-burrito.jpeg"}',
|
'-d', '{"image":"https://www.exploreveg.org/files/2015/05/sofritas-burrito.jpeg"}',
|
||||||
'-t', tenant_id,
|
'-t', tenant_id,
|
||||||
'-r', resource_group,
|
'-r', resource_group,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue