Skip to content

Commit 3824e94

Browse files
authored
Merge pull request #173991 from saachigopal/patch-18
Update resource-curated-environments.md
2 parents df7cb93 + cff9e2a commit 3824e94

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/machine-learning/resource-curated-environments.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ This article lists the curated environments with latest framework versions in Az
2222

2323
## PyTorch
2424

25-
**Name** - AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu
26-
**Description** - An environment for deep learning with PyTorch containing the AzureML Python SDK and additional python packages.
27-
**Dockerfile configuration** - The following Dockerfile can be customized for your personal workflows:
25+
**Name**: AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu
26+
**Description**: An environment for deep learning with PyTorch containing the AzureML Python SDK and additional python packages.
27+
**Dockerfile configuration**: The following Dockerfile can be customized for your personal workflows.
2828

2929
```dockerfile
30-
FROM mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.1-cudnn8-ubuntu18.04:20210906.v1
30+
FROM mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.1-cudnn8-ubuntu18.04:20210922.v1
3131

3232
ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/pytorch-1.9
3333

@@ -72,12 +72,12 @@ ENV LD_LIBRARY_PATH $AZUREML_CONDA_ENVIRONMENT_PATH/lib:$LD_LIBRARY_PATH
7272

7373
## LightGBM
7474

75-
**Name** - AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu
76-
**Description** - An environment for machine learning with Scikit-learn, LightGBM, XGBoost, Dask containing the AzureML Python SDK and additional packages.
77-
**Dockerfile configuration** - The following Dockerfile can be customized for your personal workflows:
75+
**Name**: AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu
76+
**Description**: An environment for machine learning with Scikit-learn, LightGBM, XGBoost, Dask containing the AzureML Python SDK and additional packages.
77+
**Dockerfile configuration**: The following Dockerfile can be customized for your personal workflows.
7878

7979
```dockerfile
80-
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210906.v1
80+
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210922.v1
8181

8282
ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/lightgbm
8383

@@ -114,12 +114,12 @@ ENV LD_LIBRARY_PATH $AZUREML_CONDA_ENVIRONMENT_PATH/lib:$LD_LIBRARY_PATH
114114
```
115115

116116
## Sklearn
117-
**Name** - AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu
118-
**Description** - An environment for tasks such as regression, clustering, and classification with Scikit-learn. Contains the AzureML Python SDK and additional python packages.
119-
**Dockerfile configuration** - The following Dockerfile can be customized for your personal workflows:
117+
**Name**: AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu
118+
**Description**: An environment for tasks such as regression, clustering, and classification with Scikit-learn. Contains the AzureML Python SDK and additional python packages.
119+
**Dockerfile configuration**: The following Dockerfile can be customized for your personal workflows.
120120

121121
```dockerfile
122-
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210906.v1
122+
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210922.v1
123123

124124
ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/sklearn-0.24.1
125125

@@ -150,12 +150,12 @@ ENV LD_LIBRARY_PATH $AZUREML_CONDA_ENVIRONMENT_PATH/lib:$LD_LIBRARY_PATH
150150

151151
## TensorFlow
152152

153-
**Name** - AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu
154-
**Description** - An environment for deep learning with Tensorflow containing the AzureML Python SDK and additional python packages.
155-
**Dockerfile configuration** - The following Dockerfile can be customized for your personal workflows:
153+
**Name**: AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu
154+
**Description**: An environment for deep learning with Tensorflow containing the AzureML Python SDK and additional python packages.
155+
**Dockerfile configuration**: The following Dockerfile can be customized for your personal workflows:
156156

157157
```dockerfile
158-
FROM mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.0.3-cudnn8-ubuntu18.04:20210906.v1
158+
FROM mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.0.3-cudnn8-ubuntu18.04:20210922.v1
159159

160160
ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/tensorflow-2.4
161161

0 commit comments

Comments
 (0)