Skip to content

Commit f2899cd

Browse files
authored
Merge pull request #110105 from lobrien/1694170-real-Centos
DSVM Centos deprecation pass
2 parents f1d4b61 + 6a74ff9 commit f2899cd

File tree

9 files changed

+23
-508
lines changed

9 files changed

+23
-508
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,17 @@
345345
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-languages",
346346
"redirect_document_id": true
347347
},
348+
{
349+
"source_path": "articles/machine-learning/data-science-virtual-machine/reference-centos-vm.md",
350+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/reference-deprecation",
351+
"redirect_document_id": false
352+
},
353+
{
354+
"source_path": "articles/machine-learning/data-science-virtual-machine/linux-dsvm-intro.md",
355+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/reference-deprecation",
356+
"redirect_document_id": true
357+
},
358+
348359
{
349360
"source_path": "articles/machine-learning/service/how-to-understand-accuracy-metrics.md",
350361
"redirect_url": "/azure/machine-learning/service/how-to-understand-automated-ml",

articles/machine-learning/data-science-virtual-machine/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ landingContent:
4242
url: provision-vm.md
4343
- text: Create an Ubuntu Data Science Virtual Machine
4444
url: dsvm-ubuntu-intro.md
45-
- text: Create a CentOS Data Science Virtual Machine
46-
url: linux-dsvm-intro.md
4745
- text: Create a Geo AI Data Science Virtual Machine
4846
url: provision-geo-ai-dsvm.md
4947

articles/machine-learning/data-science-virtual-machine/linux-dsvm-intro.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

articles/machine-learning/data-science-virtual-machine/linux-dsvm-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before you can use a Linux DSVM, you must have the following prerequisites:
3636
The [spambase](https://archive.ics.uci.edu/ml/datasets/spambase) dataset is a relatively small set of data that contains 4,601 examples. The dataset is a convenient size for demonstrating some of the key features of the DSVM because it keeps the resource requirements modest.
3737

3838
> [!NOTE]
39-
> This walkthrough was created by using a D2 v2-size Linux DSVM (CentOS Edition). You can use a DSVM this size to complete the procedures that are demonstrated in this walkthrough.
39+
> This walkthrough was created by using a D2 v2-size Linux DSVM (Ubuntu 18.04 Edition). You can use a DSVM this size to complete the procedures that are demonstrated in this walkthrough.
4040
4141
If you need more storage space, you can create additional disks and attach them to your DSVM. The disks use persistent Azure storage, so their data is preserved even if the server is reprovisioned due to resizing or is shut down. To add a disk and attach it to your DSVM, complete the steps in [Add a disk to a Linux VM](../../virtual-machines/linux/add-disk.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json). The steps for adding a disk use the Azure CLI, which is already installed on the DSVM. You can complete the steps entirely from the DSVM itself. Another option to increase storage is to use [Azure Files](../../storage/files/storage-how-to-use-files-linux.md).
4242

articles/machine-learning/data-science-virtual-machine/overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The DSVM is available on:
2323
+ **Windows Server 2019**
2424
+ **Ubuntu 18.04 LTS**
2525
+ Windows Server 2016
26-
+ Ubuntu 16.04 LTS and CentOS 7.4
26+
+ Ubuntu 16.04 LTS
2727

2828
> [!NOTE]
2929
> All VM tools for deep learning have been folded into the Data Science Virtual Machine.
@@ -65,9 +65,9 @@ You can use the DSVM to evaluate or learn new data science [tools](./tools-inclu
6565

6666
In the DSVM, your training models can use deep learning algorithms on hardware that's based on graphics processing units (GPUs). By taking advantage of the VM scaling capabilities of the Azure platform, the DSVM helps you use GPU-based hardware in the cloud according to your needs. You can switch to a GPU-based VM when you're training large models, or when you need high-speed computations while keeping the same OS disk. You can choose any of the N series GPU enabled virtual machine SKUs with DSVM. Please note Azure free accounts do not support GPU enabled virtual machine SKUs.
6767

68-
The Windows Server 2016 edition of the DSVM comes pre-installed with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux edition, deep learning on GPUs is enabled on both the CentOS and Ubuntu DSVMs.
68+
The Windows editions of the DSVM comes pre-installed with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux edition, deep learning on GPUs is enabled on the Ubuntu DSVMs.
6969

70-
You can also deploy the Ubuntu, CentOS, or Windows 2016 edition of the DSVM to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks will fall back to the CPU mode.
70+
You can also deploy the Ubuntu or Windows editions of the DSVM to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks will fall back to the CPU mode.
7171

7272
[Learn more about available deep learning and AI frameworks](dsvm-tools-deep-learning-frameworks.md).
7373

@@ -86,5 +86,4 @@ Learn more with these articles:
8686

8787
+ Linux:
8888
+ [Set up a Linux DSVM (Ubuntu)](dsvm-ubuntu-intro.md)
89-
+ [Set up a Linux DSVM (CentOS)](linux-dsvm-intro.md)
9089
+ [Data science on a Linux DSVM](linux-dsvm-walkthrough.md)

0 commit comments

Comments
 (0)