Skip to content

Commit ae0a751

Browse files
Updated curated environment to sklearn-1.5 (Azure#3292)
* Updated curated environment to sklearn-1.5
1 parent 68f6976 commit ae0a751

26 files changed

+38
-38
lines changed

cli/jobs/basics/hello-data-uri-folder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inputs:
77
type: uri_folder
88
path: azureml:local-folder-example@latest
99
mode: ro_mount
10-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
10+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-dataset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inputs:
77
type: uri_folder
88
path: azureml:sampledata@latest
99
mode: ro_mount
10-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
10+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-interactive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
22
command: python hello-interactive.py && sleep 600
33
code: src
4-
environment: azureml:AzureML-tensorflow-2.12-cuda11@latest
4+
environment: azureml:AzureML-tensorflow-2.16-cuda11@latest
55

66
services:
77
my_vscode:

cli/jobs/basics/hello-iris-datastore-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inputs:
77
iris_csv:
88
type: uri_file
99
path: azureml://datastores/workspaceblobstore/paths/example-data/iris.csv
10-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
10+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-iris-datastore-folder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ inputs:
88
data_dir:
99
type: uri_folder
1010
path: azureml://datastores/workspaceblobstore/paths/example-data/
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-iris-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inputs:
77
iris_csv:
88
type: uri_file
99
path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv
10-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
10+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-iris-folder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ inputs:
88
data_dir:
99
type: uri_folder
1010
path: wasbs://[email protected]/
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-iris-literal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ code: src
66
inputs:
77
type: uri_file
88
iris_csv: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv
9-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
9+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-mlflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
22
command: python hello-mlflow.py
33
code: src
4-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
4+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-model-as-input.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ inputs:
1212
my_model:
1313
type: mlflow_model # List of all model types here: https://learn.microsoft.com/azure/machine-learning/reference-yaml-model#yaml-syntax
1414
path: ../../assets/model/mlflow-model
15-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
15+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-model-as-output.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ inputs:
1919
outputs:
2020
output_folder:
2121
type: custom_model # mlflow_model,custom_model, triton_model
22-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
22+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-pipeline-abc-serverless.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ inputs:
1111
jobs:
1212
a:
1313
command: echo hello ${{inputs.hello_string}}
14-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
14+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1515
inputs:
1616
hello_string: ${{parent.inputs.hello_string_top_level_input}}
1717
b:
1818
command: echo "world" >> ${{outputs.world_output}}/world.txt
19-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
19+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
2020
outputs:
2121
world_output:
2222
c:
2323
command: echo ${{inputs.world_input}}/world.txt
24-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
24+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
2525
inputs:
2626
world_input: ${{parent.jobs.b.outputs.world_output}}
2727

cli/jobs/basics/hello-pipeline-abc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ inputs:
99
jobs:
1010
a:
1111
command: echo hello ${{inputs.hello_string}}
12-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
12+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1313
inputs:
1414
hello_string: ${{parent.inputs.hello_string_top_level_input}}
1515
b:
1616
command: echo "world" >> ${{outputs.world_output}}/world.txt
17-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
17+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1818
outputs:
1919
world_output:
2020
c:
2121
command: echo ${{inputs.world_input}}/world.txt
22-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
22+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
2323
inputs:
2424
world_input: ${{parent.jobs.b.outputs.world_output}}
2525

cli/jobs/basics/hello-pipeline-customize-output-file-serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ outputs:
1414
jobs:
1515
hello_world:
1616
command: echo "hello" && echo "world" > ${{outputs.output}}
17-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
17+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1818
outputs:
1919
output: ${{parent.outputs.output}}

cli/jobs/basics/hello-pipeline-customize-output-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ outputs:
1010
jobs:
1111
hello_world:
1212
command: echo "hello" && echo "world" > ${{outputs.output}}
13-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
13+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1414
compute: azureml:cpu-cluster
1515
outputs:
1616
output: ${{parent.outputs.output}}

cli/jobs/basics/hello-pipeline-customize-output-folder-serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ settings:
88
jobs:
99
hello_world:
1010
command: echo "hello" && echo "world" > ${{outputs.output}}/hello_world-folder.txt
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
outputs:
1313
output:
1414
type: uri_folder

cli/jobs/basics/hello-pipeline-customize-output-folder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ settings:
66
jobs:
77
hello_world:
88
command: echo "hello" && echo "world" > ${{outputs.output}}/hello_world-folder.txt
9-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
9+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1010
compute: azureml:cpu-cluster
1111
outputs:
1212
output:

cli/jobs/basics/hello-pipeline-default-artifacts-serverless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ settings:
88
jobs:
99
hello_job:
1010
command: echo "hello" && echo "world" > ./outputs/world.txt
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
outputs:
1313
artifacts:
1414
world_job:
1515
command: cat ${{inputs.world_input}}/outputs/world.txt
16-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
16+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1717
inputs:
1818
world_input: ${{parent.jobs.hello_job.outputs.artifacts}}
1919

cli/jobs/basics/hello-pipeline-default-artifacts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ display_name: hello_pipeline_default_artifacts
44
jobs:
55
hello_job:
66
command: echo "hello" && echo "world" > ./outputs/world.txt
7-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
7+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
88
compute: azureml:cpu-cluster
99
outputs:
1010
artifacts:
1111
world_job:
1212
command: cat ${{inputs.world_input}}/outputs/world.txt
13-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
13+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1414
compute: azureml:cpu-cluster
1515
inputs:
1616
world_input: ${{parent.jobs.hello_job.outputs.artifacts}}

cli/jobs/basics/hello-pipeline-io-serverless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ settings:
88
jobs:
99
hello_job:
1010
command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
outputs:
1313
world_output:
1414
world_job:
1515
command: cat ${{inputs.world_input}}/world.txt
16-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
16+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1717
inputs:
1818
world_input: ${{parent.jobs.hello_job.outputs.world_output}}
1919

cli/jobs/basics/hello-pipeline-io.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ display_name: hello_pipeline_io
44
jobs:
55
hello_job:
66
command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt
7-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
7+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
88
compute: azureml:cpu-cluster
99
outputs:
1010
world_output:
1111
world_job:
1212
command: cat ${{inputs.world_input}}/world.txt
13-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
13+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1414
compute: azureml:cpu-cluster
1515
inputs:
1616
world_input: ${{parent.jobs.hello_job.outputs.world_output}}

cli/jobs/basics/hello-pipeline-serverless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ settings:
88
jobs:
99
hello_job:
1010
command: echo "hello"
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
world_job:
1313
command: echo "world"
14-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
14+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1515

cli/jobs/basics/hello-pipeline-settings-serverless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ settings:
99
jobs:
1010
hello_job:
1111
command: echo 202204190 & echo "hello"
12-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
12+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1313
world_job:
1414
command: echo 202204190 & echo "hello"
15-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
15+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-pipeline-settings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ settings:
88
jobs:
99
hello_job:
1010
command: echo 202204190 & echo "hello"
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
world_job:
1313
command: echo 202204190 & echo "hello"
14-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
14+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

cli/jobs/basics/hello-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ display_name: hello_pipeline
44
jobs:
55
hello_job:
66
command: echo "hello"
7-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
7+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
88
compute: azureml:cpu-cluster
99
world_job:
1010
command: echo "world"
11-
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
11+
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
1212
compute: azureml:cpu-cluster
1313

cli/jobs/basics/hello-sweep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trial:
77
--B ${{search_space.B}}
88
--C ${{search_space.C}}
99
code: src
10-
environment: azureml:AzureML-sklearn-1.1@latest
10+
environment: azureml:AzureML-sklearn-1.5@latest
1111
inputs:
1212
A: 0.5
1313
sampling_algorithm: random

0 commit comments

Comments
 (0)