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

Merge branch 'pip_ultranest' into 'master'

Add ultranest to docker containers

See merge request !768
parents a24a952c 60e48b6d
No related branches found
No related tags found
1 merge request!768Add ultranest to docker containers
Pipeline #121673 passed with warnings
......@@ -41,7 +41,7 @@ coverage-badge
RUN pip install corner lalsuite astropy gwpy theano
# Install samplers
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install pymultinest requirements
RUN apt-get install -y libblas3 libblas-dev liblapack3 liblapack-dev \
......
......@@ -48,7 +48,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs
RUN pip install corner lalsuite astropy gwpy theano healpy
# Install samplers
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install pymultinest requirements
RUN apt-get install -y libblas3 libblas-dev liblapack3 liblapack-dev \
......
......@@ -35,7 +35,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
RUN git clone https://github.com/farhanferoz/MultiNest.git \
......
......@@ -35,7 +35,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
RUN git clone https://github.com/farhanferoz/MultiNest.git \
......
......@@ -35,7 +35,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
RUN git clone https://github.com/farhanferoz/MultiNest.git \
......
......@@ -35,7 +35,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install dependencies and samplers
RUN pip install corner lalsuite theano healpy
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest
# Install multinest
RUN git clone https://github.com/farhanferoz/MultiNest.git \
......
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