Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 549 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 549 Bytes

quest_software_dockerfiles

A repository for all Dockerfiles or Singularity Definition files used for the purpose of installing a given software on Quest

Note: for any micromamba-docker-based containers converted to Singularity, you will have to add /usr/local/bin/_entrypoint.sh before the command you wish to execute. For example:

singularity exec micromamba-python.sif /usr/local/bin/_entrypoint.sh python --help