Skip to content
Snippets Groups Projects
Commit 60e48b6d authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

Add ultranest to docker containers

parent 6785f0e3
No related branches found
No related tags found
1 merge request!768Add ultranest to docker containers
......@@ -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