Skip to content
Snippets Groups Projects
Commit 0d7deaa5 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'adding-new-containers' into 'master'

Adds new docker image and 0.3.5 singularity

See merge request !344
parents e09ad0d4 1233492b
No related branches found
No related tags found
1 merge request!344Adds new docker image and 0.3.5 singularity
Checking pipeline status
FROM bilbydev/bilby-test-suite-python37
LABEL name="bilby" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" \
date="20190130"
RUN pip install bilby
Bootstrap: docker
From: bilbydev/bilby-test-suite-python37
%help
A singularity container for running bilby scripts. To use, simply execute the
container, providing the bilby_script and any additional arguments. E.g.,
./name_of_this_container.simg run_script.py
%post
pip install bilby==0.3.5
%runscript
exec /opt/conda/bin/python "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment