Skip to content
Snippets Groups Projects

Add zeus-mcmc to docker files

Merged Matthew Pitkin requested to merge matthew-pitkin/bilby:include-zeus-in-docker into master
All threads resolved!
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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
Loading