Skip to content

Commit 044446a

Browse files
author
Larry Franks
committed
updating image info
1 parent 8fb30b7 commit 044446a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def automl_classification(
421421
automl_output=Input(type="mlflow_model")
422422
),
423423
command="ls ${{inputs.automl_output}}",
424-
environment="AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:1"
424+
environment="AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:latest"
425425
)
426426
show_output = command_func(automl_output=classification_node.outputs.best_model)
427427

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ job = command(
130130
code="./src", # local path where the code is stored
131131
command="ls ${{inputs.input_data}}",
132132
inputs=my_job_inputs,
133-
environment="AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:9",
133+
environment="AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:latest",
134134
compute="cpu-cluster",
135135
)
136136

0 commit comments

Comments
 (0)