Bureaucrats, cc_docs_admin, cc_staff
2,309
edits
No edit summary |
No edit summary |
||
Line 111: | Line 111: | ||
[name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch rapids.sif | [name@gra#### ~]$ singularity shell --nv -B /home -B /project -B /scratch rapids.sif | ||
</source> | </source> | ||
Here <tt>--nv</tt> option is to bind the GPU driver on the host to the container, so the GPU device can be accessed from inside the singularity container and the <tt>-B</tt> option is to bind any file system that you would like to access from inside the container. | |||
<!--T:27--> | <!--T:27--> |