Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 368 Bytes

IGF Dockerfiles

A list of dockerfiles for Docker and singularity image building

Build Docker image


cd TOOL_DIR

docker build -t TOOL_NAME:v_VERSION .

Build Singularity image


cd TOOL_DIR

docker build -t TOOL_NAME:v_VERSION .

singularity build TOOL_NAME_v_VERSION.sif docker-daemon://TOOL_NAME:v_VERSION