Skip to content

Commit cdc90c3

Browse files
Merge pull request #477 from sanjayananthamurthy/patch-5
Update azure-machine-learning-ci-image-release-notes.md
2 parents 4a9644e + e268308 commit cdc90c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/machine-learning/azure-machine-learning-ci-image-release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ In this article, learn about Azure Machine Learning compute instance image relea
1818

1919
Azure Machine Learning checks and validates any machine learning packages that might require an upgrade. Updates incorporate the latest OS-related patches from Canonical as the original Linux OS publisher. In addition to patches applied by the original publisher, Azure Machine Learning updates system packages when updates are available. For details on the patching process, see [Vulnerability Management](./concept-vulnerability-management.md).
2020

21+
> [!NOTE]
22+
> Although some environment names (such as azureml_py38) might suggest Python 3.8, all default environments available in the compute instance are configured with Python version 3.10.
23+
> The available environments include:
24+
> - azureml_py310_sdkv2 – /anaconda/envs/azureml_py310_sdkv2
25+
> - azureml_py38 – /anaconda/envs/azureml_py38
26+
> - azureml_py38_PT_TF – /anaconda/envs/azureml_py38_PT_TF
27+
>
28+
> Despite the environment names, users should expect Python 3.10 across all Conda environments in the compute instance.
29+
30+
2131
Main updates provided with each image version are described in the below sections.
2232

2333
## February 11, 2025

0 commit comments

Comments
 (0)