Skip to content
Snippets Groups Projects
singularity-images.md 1.05 KiB
Newer Older
Adam Caprez's avatar
Adam Caprez committed
| Software         | Version | Command to Run                                                                    | Additional Notes                                                                                                                                         |
| ---------------- | ------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CUDA (Ubuntu)    | 8.0     | `singularity exec docker://unlhcc/cuda-ubuntu <my CUDA program>`                  | Ubuntu 16.04.1 LTS w/CUDA 8.0                                                                                                                            |
| TensorFlow GPU   | 1.4     | `singularity exec docker://unlhcc/tensorflow-gpu python /path/to/my_tf_code.py`   | Use `python3` for Python3 code                                                                                                                           |