RAPIDS: Difference between revisions

Line 32: Line 32:
On a computer that has Singularity supported, you can build a Singularity image, e.g. called ''rapids.sif'', with following command:  
On a computer that has Singularity supported, you can build a Singularity image, e.g. called ''rapids.sif'', with following command:  
   
   
{{Command|singularity build rapids.sif docker://nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7 }}
<source lang="console">[name@server ~]$ singularity build rapids.sif docker://nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7</source>


It usually takes half to one hour to complete the image building process. Since the image size is relatively large, you need to have enough memory and disk spaces on the server for building such an image.
It usually takes half to one hour to complete the image building process. Since the image size is relatively large, you need to have enough memory and disk spaces on the server for building such an image.
cc_staff
123

edits