From 19a858563970629b1d948c18e412228c4f138611 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin <matthew.pitkin@ligo.org> Date: Fri, 14 May 2021 10:03:02 +0100 Subject: [PATCH] Add zeus-mcmc to docker files --- containers/dockerfile-template | 2 +- containers/v2-dockerfile-test-suite-python36 | 2 +- containers/v2-dockerfile-test-suite-python37 | 2 +- containers/v2-dockerfile-test-suite-python38 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/containers/dockerfile-template b/containers/dockerfile-template index 9cfe50c24..a985fda02 100644 --- a/containers/dockerfile-template +++ b/containers/dockerfile-template @@ -34,7 +34,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc # Install dependencies and samplers RUN pip install corner lalsuite theano healpy cython tables -RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai zeus-mcmc RUN conda install -n ${{conda_env}} -c conda-forge pymultinest ultranest # Install Polychord diff --git a/containers/v2-dockerfile-test-suite-python36 b/containers/v2-dockerfile-test-suite-python36 index fcf8d5949..5e775154d 100644 --- a/containers/v2-dockerfile-test-suite-python36 +++ b/containers/v2-dockerfile-test-suite-python36 @@ -36,7 +36,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc # Install dependencies and samplers RUN pip install corner lalsuite theano healpy cython tables -RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai zeus-mcmc RUN conda install -n ${conda_env} -c conda-forge pymultinest ultranest # Install Polychord diff --git a/containers/v2-dockerfile-test-suite-python37 b/containers/v2-dockerfile-test-suite-python37 index 09437d99e..3fabd2724 100644 --- a/containers/v2-dockerfile-test-suite-python37 +++ b/containers/v2-dockerfile-test-suite-python37 @@ -36,7 +36,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc # Install dependencies and samplers RUN pip install corner lalsuite theano healpy cython tables -RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai zeus-mcmc RUN conda install -n ${conda_env} -c conda-forge pymultinest ultranest # Install Polychord diff --git a/containers/v2-dockerfile-test-suite-python38 b/containers/v2-dockerfile-test-suite-python38 index 0f6e951e6..d045772db 100644 --- a/containers/v2-dockerfile-test-suite-python38 +++ b/containers/v2-dockerfile-test-suite-python38 @@ -36,7 +36,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc # Install dependencies and samplers RUN pip install corner lalsuite theano healpy cython tables -RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai zeus-mcmc RUN conda install -n ${conda_env} -c conda-forge pymultinest ultranest # Install Polychord -- GitLab