Skip to content

Instantly share code, notes, and snippets.

@mikebeaumont
Created February 26, 2019 15:57
Show Gist options
  • Save mikebeaumont/b639e45a2abc1e50b21e913f49e1a367 to your computer and use it in GitHub Desktop.
Save mikebeaumont/b639e45a2abc1e50b21e913f49e1a367 to your computer and use it in GitHub Desktop.
RAPIDS with Singularity
$ 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