Open plexoos opened 3 months ago
Tried to run the esi-shell image with singularity but the CUDA libraries and toolkit (nvidia-smi) are not available in the shell.
nvidia-smi
Does singularity source the entrypoint.sh script? If not, it could be the reason why CUDA is not properly set up.
singularity
entrypoint.sh
Tried to run the esi-shell image with singularity but the CUDA libraries and toolkit (
nvidia-smi
) are not available in the shell.Does
singularity
source theentrypoint.sh
script? If not, it could be the reason why CUDA is not properly set up.