I am creating a singularity container on a server that doesn't have GPUs. I want to use this container on another server which has GPUs, so I am installing cuda development libraries for the container.
However, this gives me an error along the lines of
*****************************************************************************
*** Reboot your computer and verify that the NVIDIA graphics driver can ***
*** be loaded. ***
*****************************************************************************
I am wondering if there's a way to get around this.
Thank you for the help!