Skip to content

msgomez06/ContainerSingE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContainerSingE

Singularity definition files and scripts for use in research projects in the d³awn lab at UNIL.

Container Monkey

common_files: this folder includes utility files, such as common bash scripts (e.g., those used to perform common container operations, such as launching jupyter notebook), installers (e.g., the miniconda installer), or scripts used for testing functionality. Most of the files in this folder will be ignored by git.

conda_env_defs: this folder includes files describing conda environment, generally generated using 'conda env export > <env_name>.yml'. Note that in most cases, due to the way ContainerSingE was developed the name defined in the first line of the YML file was changed to PySing in order for the common scripts to work as intended.

container_files: this folder holds the generated containers. Since containers are too large for github, the contents are ignored by git.

Note that the containers are meant to be built by running singularity from the repo root directory, e.g. with the following command: sudo singularity build container_files/container_name.sif definition_files/subFolder/definitionFile.def

Remember to add the appropriate tags (e.g., --nv, --rocm, --nvcli) when building environments that rely on a GPU!

About

Singularity definition files and scripts for use in research projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published