In scripts/install_dev_env_amd64.sh, sudo ubuntu-drivers install is said to be updating the driver. Actually, it install the latest Ubuntu drivers without removing old ones. For people who already have their own GPU driver setup, this can lead to one host machine holding different drivers, causing clashes.
Should the installation of GPU drivers be done on our own? Since each person should setup drivers that works for them.
In
scripts/install_dev_env_amd64.sh,sudo ubuntu-drivers installis said to be updating the driver. Actually, it install the latest Ubuntu drivers without removing old ones. For people who already have their own GPU driver setup, this can lead to one host machine holding different drivers, causing clashes.Should the installation of GPU drivers be done on our own? Since each person should setup drivers that works for them.