Skip to content

Commit d4787f4

Browse files
committed
Fix environment
1 parent a1a6932 commit d4787f4

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
@@ -406,7 +406,7 @@ new_deployment = ManagedOnlineDeployment(
406406
code="../model-2/onlinescoring", scoring_script="score.py"
407407
),
408408
environment=Environment(
409-
conda_file="../model-1/environment/conda.yml",
409+
conda_file="../model-2/environment/conda.yml",
410410
image="mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1",
411411
),
412412
instance_type="Standard_DS2_v2",

0 commit comments

Comments
 (0)