Skip to content

Commit f216301

Browse files
Merge pull request #227489 from santiagxf/santiagxf/mlflow-patch
Update how-to-deploy-mlflow-models-online-endpoints.md
2 parents a755c0d + e2f7b83 commit f216301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-mlflow-models-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Use the following steps to deploy an MLflow model with a custom scoring script.
675675
image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04
676676
conda_file: mlflow/sklearn-diabetes/environment/conda.yml
677677
code_configuration:
678-
source: mlflow/sklearn-diabetes/src
678+
code: mlflow/sklearn-diabetes/src
679679
scoring_script: score.py
680680
instance_type: Standard_F2s_v2
681681
instance_count: 1

0 commit comments

Comments
 (0)