Skip to content
Snippets Groups Projects

Add kombine to dockerfile pip installs

Merged Bruce Edelman requested to merge bruce.edelman/bilby:dockerfile into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
# Install pymultinest requirements
RUN apt-get install -y libblas3 libblas-dev liblapack3 liblapack-dev \
Loading