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

Add singularity recipe script for 0.3.3

parent f2ee63e9
No related branches found
No related tags found
No related merge requests found
Pipeline #43399 passed
Bootstrap: docker
From: bilbydev/test-suite-py3
%help
A singularity container for running bilby scripts
%post
export PATH=/opt/conda/bin:${PATH}
echo "Installing latest bilby version"
pip install bilby==0.3.3
%environment
echo "Add Multinest library environment variable"
LD_LIBRARY_PATH=/MultiNest/lib
export LD_LIBRARY_PATH
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