Skip to content

Commit

Permalink
update curated env to sklearn to fix dependency issue (#3141)
Browse files Browse the repository at this point in the history
* update curated env to sklearn to fix dependency issue

* Update green-deployment-with-curated-env.yml
  • Loading branch information
dem108 committed Apr 28, 2024
1 parent e81924b commit d5babb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ model:
code_configuration:
code: ../../model-1/onlinescoring/
scoring_script: score.py
environment: azureml://registries/azureml/environments/minimal-ubuntu20.04-py38-cpu-inference/versions/30
environment: azureml://registries/azureml/environments/sklearn-1.1/versions/30
instance_type: Standard_DS3_v2
instance_count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ model:
code_configuration:
code: ../../model-2/onlinescoring/
scoring_script: score.py
environment: azureml://registries/azureml/environments/minimal-ubuntu20.04-py38-cpu-inference/versions/30
environment: azureml://registries/azureml/environments/sklearn-1.1/versions/30
instance_type: Standard_DS3_v2
instance_count: 1

0 comments on commit d5babb0

Please sign in to comment.