diff --git a/containers/Dockerfile-test-suite-python27 b/containers/Dockerfile-test-suite-python27 index fc8d72841224906bce4547bf12e694e6beffd67e..c992cb073b02640d0ab1f82e3356544eddec9537 100644 --- a/containers/Dockerfile-test-suite-python27 +++ b/containers/Dockerfile-test-suite-python27 @@ -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) diff --git a/containers/Dockerfile-test-suite-python37 b/containers/Dockerfile-test-suite-python37 index beecf97ae5a3200be52905a0cc9bf44243006685..0a19df8e3032250299ed7079087fd631ff78d9c4 100644 --- a/containers/Dockerfile-test-suite-python37 +++ b/containers/Dockerfile-test-suite-python37 @@ -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)