Skip to content

Commit 0a48537

Browse files
authored
Merge pull request #274853 from fbsolo-ms1/update-data-science-virtual-machine-files
Freshness update for ubuntu-upgrade.md . . .
2 parents be689fb + 7b30d90 commit 0a48537

File tree

2 files changed

+62
-74
lines changed

2 files changed

+62
-74
lines changed

articles/machine-learning/data-science-virtual-machine/reference-known-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Because of its unique architecture, it needs a different setup for high-demand w
2727
We're building out-of-the-box support for ND A100 machines GPUs. Meanwhile, your GPU can handle Ubuntu if you add the NVIDIA Fabric Manager, and update the drivers. Follow these steps at the terminal:
2828

2929
1. Add the NVIDIA repository to install or update drivers - find step-by-step instructions at [this resource](https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html#ubuntu-lts)
30-
2. [OPTIONAL] You can also update your CUDA drivers, from that repository
31-
3. Install the NVIDIA Fabric Manager drivers:
30+
1. [OPTIONAL] You can also update your CUDA drivers, from that repository
31+
1. Install the NVIDIA Fabric Manager drivers:
3232

3333
```
3434
sudo apt-get install cuda-drivers-460
3535
sudo apt-get install cuda-drivers-fabricmanager-460
3636
```
3737
38-
4. Reboot your VM (to prepare the drivers)
39-
5. Enable and launch the newly installed NVIDIA Fabric Manager service:
38+
1. Reboot your VM (to prepare the drivers)
39+
1. Enable and launch the newly installed NVIDIA Fabric Manager service:
4040
4141
```
4242
sudo systemctl enable nvidia-fabricmanager

0 commit comments

Comments
 (0)