Created
February 26, 2019 15:57
-
-
Save mikebeaumont/b639e45a2abc1e50b21e913f49e1a367 to your computer and use it in GitHub Desktop.
RAPIDS with Singularity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ singularity build rapidsai.sif docker://rapidsai/rapidsai:cuda9.2-runtime-ubuntu16.04 | |
$ export SINGULARITYENV_TINI_SUBREAPER=1 | |
$ singularity run --nv rapidsai.sif | |
container:~$ source activate rapids | |
(rapids) container:~$ cd /rapids/notebooks && bash utils/start-jupyter.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment