Comments 2
Желательно почитать официальный док(может быть и .run installer):
NVIDIA Driver Installation Quickstart Guide
Удаление:
dpkg -l | grep -i nvidia
sudo apt-get remove --purge '^nvidia-.*'
sudo /bin/sh -c "apt-get update;apt-get autoremove;apt-get autoclean;apt-get purge ~c"
#Поиск доступных версий драйвера:
apt-cache search nvidia | grep nvidia-driver
Актуальные версии драйверов можно скачать с Google.Cloud - https://cloud.google.com/compute/docs/gpus/grid-drivers-table
Как раз указаны драйверы для Windows и Linux.
Дополню статью для Windows Server - https://mclouds.ru/articles/vgpu/for-vgpu/install-nvidia-cuda-windows-server/
Sign up to leave a comment.
Шпаргалка по установке драйверов NVIDIA на ML сервер