Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 584 Bytes

simulation environment

scripts to make the docker/apptainer environment for simulations (including Geant4 and ROOT).

To make the docker image, run the following command in the terminal:

docker build -t alma9forgeant4:v0 .

To convert the docker image to an apptainer image

SINGULARITY_TMPDIR=/home/yfeng/Desktop/.apptainer/tmp SINGULARITY_CACHEDIR=/home/yfeng/Desktop/.apptainer singularity build alma9forgeant4 docker-daemon://alma9forgeant4

and build the sandbox from the image

singularity build --sandbox alma9forgeant4_sbox alma9forgeant4