Skip to content

Commit

Permalink
Update install_azure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanwenchen authored Jun 24, 2024
1 parent ebcc8f0 commit 8c9cdae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ sudo apt install libxnvctrl0=550.* nvidia-settings=550.* # Miscellaneous NVIDIA
sudo apt install nvidia-container-toolkit # 2.5 (Optional) NVIDIA Docker
```

### 2.5 Start NVIDIA Fabric Manager service
```bash
sudo systemctl enable nvidia-fabricmanager.service
sudo systemctl start nvidia-fabricmanager.service
```

## 2.5 apt clean up

```bash
Expand Down

0 comments on commit 8c9cdae

Please sign in to comment.