Skip to content

Commit 9987375

Browse files
Update azure-machine-learning-ci-image-release-notes.md
adding a note about the python version in conda env
1 parent 7eafb7a commit 9987375

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+
> While some environment names (e.g., azureml_py38) may suggest Python 3.8, all default environments available on 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 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)