How do I get my NVIDIA H100 graphics card to work with Docker?

0
4
Asked By TechWhiz2023 On

Hi everyone! I recently received an NVIDIA H100 graphics card along with a server from Dell for my thesis project at school. However, I'm having trouble because Docker isn't recognizing the card. Can anyone offer guidance on what drivers I need or how to get this set up?

2 Answers

Answered By CodeMaster92 On

Just a heads up, if your server runs Windows Server 2025, you'll need to adjust your approach for Docker. It's crucial to ensure your Docker installation is set up correctly for GPU support. Check for the NVIDIA Container Toolkit and make sure you've got the right drivers installed for Windows.

Answered By GamerGuru99 On

It sounds like you need to provide more info about what setup you're using. Docker can run on different systems, and you'll need to configure it based on your operating system. If you’re on Linux, there’s typically an option to map the device directly when you create the container. However, if you're using Docker on Windows, it gets a bit trickier since Docker Desktop runs a Linux VM in the background. You'll need to make sure to share the graphics card at that VM level first.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.