this post was submitted on 05 Jun 2025
12 points (80.0% liked)

Linux

10903 readers
274 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

I'm looking to switch over to Linux but I need a distro that I can easily set up Docked Desktop and get Nvidia drivers and CUDA installed. I tried Mint so far but it will not for the life of me install the Nvidia drivers!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 days ago* (last edited 2 days ago) (1 children)

Any distro will work.Your issues with driver install should be obvious, but also let us know what card you're working.

There is a big difference between Docker Desktop and docker-ce when you're talking about CUDA integration and performance. You probably just want docker-ce with the nvidia-runtime configured.

The easier distros with Nvidia drivers are going to be the Debian, Fedora or Ubuntu flavors, and you need to pay attention to the CUDA requirement which is not always in-line with the stock gaming GPU version of drivers. Nvidia has a compatibility matrix you can lookup with detailed instructions on how to navigate what is what.

[–] [email protected] 0 points 2 days ago (1 children)

Needs to be Docker Desktop. The other person using it can not for the life of them use a terminal aha. As for my card, RTX 4070.

[–] [email protected] 2 points 2 days ago (3 children)

Okay, well it doesn't NEED to be Docker Desktop for sure. There is just a difference in the configurations of how it works, but whatever Desktop can do, docker-ce can do.

For starters, let's find out why you can't install drivers. Do you have an error?

[–] [email protected] 1 points 1 day ago (1 children)

I was able to switch to Docker Engine. Got everything working in about 10 minutes.

[–] [email protected] 2 points 2 days ago

Docker desktop differs more than just configuration. Iirc the whole docker command and engine desktop uses runs in some kind of container as well, making it more difficult to use from the cli if you want to.

[–] cyborganism 0 points 2 days ago (1 children)

No I think they mean the Docker Desktop application. The commercial GUI to docker.

[–] [email protected] 2 points 1 day ago

That's exactly it. Luckily I managed to have them assigned to a task better suited for their skill set. I'm using Docker Engine now. Got everything set up easily.