Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 565 B

This is the Apptainer version of docker://container-registry.surrey.ac.uk/shared-containers/apptainer-bioinformatics-cell2location

Use

apptainer pull ./docker_imgs/cell2location.sif oras://container-registry.surrey.ac.uk/shared-containers/apptainer-bioinformatics-cell2location:latest

# Run with NVIDIA GPU enabled
apptainer run --nv --bind /usr/lib/locale:/usr/lib/locale ./docker_imgs/cell2location.sif


# you can also check it by 
apptainer exec --nv --bind /usr/lib/locale:/usr/lib/locale ../docker_imgs/cell2location.sif nvidia-smi