From 2e25f0178dc87530f947fb02ffa315fb40bd191b Mon Sep 17 00:00:00 2001 From: Michael Williams <michael.williams@ligo.org> Date: Wed, 3 Mar 2021 16:46:19 +0000 Subject: [PATCH] Add nessai to dockerfiles --- containers/dockerfile-template | 2 +- containers/v2-dockerfile-test-suite-python35 | 2 +- containers/v2-dockerfile-test-suite-python36 | 2 +- containers/v2-dockerfile-test-suite-python37 | 2 +- containers/v2-dockerfile-test-suite-python38 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/containers/dockerfile-template b/containers/dockerfile-template index eb2fa024c..9cfe50c24 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 +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai RUN conda install -n ${{conda_env}} -c conda-forge pymultinest ultranest # Install Polychord diff --git a/containers/v2-dockerfile-test-suite-python35 b/containers/v2-dockerfile-test-suite-python35 index 544b562f3..40f7e2263 100644 --- a/containers/v2-dockerfile-test-suite-python35 +++ b/containers/v2-dockerfile-test-suite-python35 @@ -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 +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai 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 d9a2782cf..fcf8d5949 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 +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai 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 b77f48922..09437d99e 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 +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai 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 71cf85d01..0f6e951e6 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 +RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 kombine dnest4 nessai RUN conda install -n ${conda_env} -c conda-forge pymultinest ultranest # Install Polychord -- GitLab