Skip to content

Commit bd57b0d

Browse files
authored
Change conda env to model-2
1 parent 6346e76 commit bd57b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-debug-managed-online-endpoints-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ new_deployment = ManagedOnlineDeployment(
409409
code="../model-2/onlinescoring", scoring_script="score.py"
410410
),
411411
environment=Environment(
412-
conda_file="../model-1/environment/conda.yml",
412+
conda_file="../model-2/environment/conda.yml",
413413
image="mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1",
414414
),
415415
instance_type="Standard_DS2_v2",

0 commit comments

Comments
 (0)