You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be the read only file system , or it could be a bad check in the installer that decides the user has root capabilities. We have a work around but it would be nice to be able to avoid this.
Installing CUDA within a singularity/apptainer container is problematic. I've found that (only within the container) it needs access to
/var/log
and/usr/local/cuda
to install without erroring. It can be resolved by bind mounting these locations:https://github.com/EESSI/software-layer/pull/368/files#diff-beb8727d0ab9a726d4140464e9af4184ce5e0c167608488e521e622de37fd2f8R32
It could be the read only file system , or it could be a bad check in the installer that decides the user has root capabilities. We have a work around but it would be nice to be able to avoid this.
Unfortunately the installer does not accept
--help
but usingstrings
I was able to extract a list of (at least some of) the options that the installer accepts (EDIT: I just found https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#advanced-options which actually lists these):I can't see anything here that might solve this.
The text was updated successfully, but these errors were encountered: