Skip to content

Commit ecb9d8f

Browse files
authored
Merge pull request #5889 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 8da7d08 + aaa6091 commit ecb9d8f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/ai-foundry/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ additionalContent:
182182
url: ../ai-services/document-intelligence/index.yml
183183
- text: Face
184184
url: ../ai-services/computer-vision/overview-identity.md
185-
- text: Custom Vision
186-
url: ../ai-services/translator/index.yml
185+
- text: Vision
186+
url: ../ai-services/computer-vision/index.yml
187187
- text: Immersive Reader
188188
url: ../ai-services/immersive-reader/index.yml
189189
- title: Training & certification

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)