RAPIDS: Difference between revisions

Line 27: Line 27:


For example, if a docker pull command for a selected image is given as:  
For example, if a docker pull command for a selected image is given as:  
<!--T:5-->
{{Command|docker pull nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7 }}


<source lang="console"> docker pull nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7</source>
   
   
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:  
 
<!--T:5-->
   
   
{{Command|singularity build rapids.sif docker://nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7 }}
{{Command|singularity build rapids.sif docker://nvcr.io/nvidia/rapidsai/rapidsai:cuda11.0-runtime-centos7 }}
cc_staff
123

edits