File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,9 @@ stages:
5858        workingDirectory : $(Build.SourcesDirectory)/$(SOURCES_DIR_TRAIN)/scoring 
5959        inlineScript : | 
6060          set -e # fail on error 
61- 
61+            
6262          az ml model deploy --name $(ACI_DEPLOYMENT_NAME) --model '$(MODEL_NAME):$(MODEL_VERSION)' \ 
63+           --ic inference_config.yml \ 
6364          --dc deployment_config_aci.yml \ 
6465          -g $(RESOURCE_GROUP) --workspace-name $(WORKSPACE_NAME) \ 
6566          --overwrite -v 
@@ -103,7 +104,7 @@ stages:
103104        workingDirectory : $(Build.SourcesDirectory)/$(SOURCES_DIR_TRAIN)/scoring 
104105        inlineScript : | 
105106          set -e # fail on error 
106- 
107+            
107108          az ml model deploy --name $(AKS_DEPLOYMENT_NAME) --model '$(MODEL_NAME):$(MODEL_VERSION)' \ 
108109          --compute-target $(AKS_COMPUTE_NAME) \ 
109110          --ic inference_config.yml \ 
Original file line number Diff line number Diff line change 2828
2929        # Create model package using CLI 
3030        az ml model package --workspace-name $(WORKSPACE_NAME) -g $(RESOURCE_GROUP) \ 
31+         --model '${{ parameters.modelId }}' \ 
3132        --entry-script '${{ parameters.scoringScriptPath }}' \ 
3233        --cf '${{ parameters.condaFilePath }}' \ 
3334        -v \ 
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies:
3030      - azureml-defaults==1.6.* 
3131
3232      #  Training deps
33-       - scikit-learn  
33+       - scikit-lear  
3434
3535      #  Scoring deps
3636      - inference-schema[numpy-support] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments