Update Nvidia Data Driver on Ubuntu 20.04 LTS

Hi,
I would like to update my nvidia driver on Nvidia DGX A100 workstation.
Not familiar with this issue. Can anyone help guide me on the steps to update the driver? Thank you.

The current version: 470.57.02
The new version to be installed: 470.82.01

The GPU information:
nvidia-smi --query-gpu=name --format=csv,noheader
NVIDIA A100-SXM-80GB
NVIDIA A100-SXM-80GB
NVIDIA A100-SXM-80GB
NVIDIA DGX Display
NVIDIA A100-SXM-80GB

The system information:
DGX_NAME=“DGX Station A100”
DGX_PRETTY_NAME=“NVIDIA DGX Station A100”
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION=“Ubuntu 20.04.2 LTS”

Kernel : 5.4.0-81-generic

For the DGX, you need the fabric-manager which is only provided by the datacenter-driver/cuda repo. In order to update this, it’s important to know how you previously installed the driver. Did you add the cuda repo?

Thanks generix. The driver had been installed when the machine was shipped to me. I can see there is cuda 11.4 when I run the command nvidia-smi.

The cuda version displayed by nvidia-smi is only the maximum cuda version supported by the installed driver, not the installed cuda version.
Please post the output of
dpkg -l |grep cuda

Thanks generix. Sorry for the late response as it is Lunar New Year holiday now in Singapore.
I’ve run the command and got the version of installed cuda is 11.4.1
Thank you.

You could check which driver it would install:
sudo apt update
sudo apt install --dry-run nvidia-driver-470