Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

nvidia drivers on 20.04 headless server

Writer Andrew Henderson

I'm installing Nvidia driver 450 on a 20.04 brand new server with no desktop environment (which I do not want to have).

(Context: final goal is to install cuda toolkit via Tensorflow Docker, and drivers are the only thing outta container).

When it comes to apt install, turns out that both nvidia-driver-450/nvidia-driver-450-server packages will carry a huge load of gnome-related stuff.

So I'm wondering if nvidia-headless-450/nvidia-headless-450-server will suffice. Asking for both brokes apt, so my questions are

  1. what's the -server suffixed variant supposed to do? Official guide doesn't clarify much.
  2. is the headless metapackage containing the actual driver?
1

1 Answer

You could try this method. It does not use docker, it is manual apt. Also there are headless nvidia drivers for exactly this purpose.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy