cc_staff
123
edits
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: | ||
<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: | ||
{{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 }} |