cc_staff
123
edits
Line 28: | Line 28: | ||
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> | <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 based on the given pull tag: | On a computer that has Singularity supported, you can build a Singularity image, e.g. called ''rapids.sif'', with following command based on the given pull tag: |