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

Adds new docker image and 0.3.5 singularity

parent e09ad0d4
Branches release/2.0.x
No related tags found
1 merge request!344Adds new docker image and 0.3.5 singularity
Pipeline #46273 passed
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