Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louie Larson <[email protected]>
  • Loading branch information
lykelly19 and elesel authored Jul 7, 2023
1 parent 44dc73c commit 540e733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azureml-assets/azureml/assets/environment/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def create_acr_task(image_name: str,

# Output conda export command
task['steps'].append({
'id': 'output',
'cmd': 'docker run mcr.microsoft.com/azureml/aml-olive-optimizer conda env export'
'id': 'conda_export',
'cmd': '$Registry/{image_name} conda env export'
})

# Add test command if provided
Expand Down

0 comments on commit 540e733

Please sign in to comment.