sec_llm.def
- container definition fileenv.yml
- environment filebuild.sh
- build scripttests.sh
- test scripttests/*.py
- python scripts for testing
sbatch build.sh
A singularity container will be built and saved as sec_llm.sif
(this is the file you need to copy to secdata, around 15GB)
sbatch tests.sh
# start a shell in the container
singularity shell sec_llm.sif
# activate the conda environment
source activate sec-llm-env
# start jupyter lab
jupyter lab