fixed small errors

This commit is contained in:
Rebecca McFadden 2019-07-18 11:44:25 -07:00
parent 3b85d55d8c
commit fcd1e4bce1
1 changed files with 2 additions and 2 deletions

View File

@ -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,