Skip to content

WSL - Add full NVML support for WSL in the container library

Raphael Boissel requested to merge (removed):master into master

This change adds support for NVML in libnvidia-container when running on WSL.

  • We now have support for libnvidia-ml in the WSL drivers.
  • This means that we no longer need to skip this part of the code and we can initialize the GPU property using it
  • This change will fix some issues where users are seeing incompatibilities due to the 460 driver version being previously hardcoded.

Merge request reports