Skip to content
Snippets Groups Projects
Commit 32c82925 authored by Rhys Green's avatar Rhys Green
Browse files

adding ptmcmcm installation to container

parent 53406726
No related branches found
No related tags found
1 merge request!322Adding PTMCMC sampler
......@@ -56,3 +56,7 @@ ENV LD_LIBRARY_PATH $HOME/MultiNest/lib:
# Install Polychord
RUN git clone https://github.com/PolyChord/PolyChordLite.git \
&& (cd PolyChordLite && make pypolychord MPI= && python setup.py install)
# Install PTMCMCSampler
RUN git clone https://github.com/jellis18/PTMCMCSampler.git
&& (cd PTMCMCSampler && python setup.py install)
......@@ -60,3 +60,7 @@ ENV LD_LIBRARY_PATH $HOME/MultiNest/lib:
# Install Polychord
RUN git clone https://github.com/PolyChord/PolyChordLite.git \
&& (cd PolyChordLite && make pypolychord MPI= && python setup.py install)
# Install PTMCMCSampler
RUN git clone https://github.com/jellis18/PTMCMCSampler.git
&& (cd PTMCMCSampler && python setup.py install)
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