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(
|
||||
name='profile',
|
||||
image='tacoregistry.azurecr.io/profile:ictest',
|
||||
image='insert your image here',
|
||||
command=['sh'],
|
||||
arguments=[
|
||||
'/scripts/profile.sh',
|
||||
'-n', profile_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"}',
|
||||
'-t', tenant_id,
|
||||
'-r', resource_group,
|
||||
|
|
|
|||
Loading…
Reference in New Issue