Skip to content
Snippets Groups Projects
Commit ba0a10a5 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'update-dockerfiles' into 'master'

Add some new packages to the test images

See merge request lscsoft/bilby!1089
parents d5dd1759 cb4fb318
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN python --version
# Install conda-installable programs
RUN conda install -n ${{conda_env}} -y matplotlib numpy scipy pandas astropy flake8
RUN conda install -n ${{conda_env}} -c anaconda coverage configargparse future
RUN conda install -n ${{conda_env}} -c anaconda coverage configargparse future dill
RUN conda install -n ${{conda_env}} -c conda-forge black pytest-cov deepdish arviz
# Install pip-requirements
......@@ -25,6 +25,9 @@ RUN pip install --upgrade setuptools coverage-badge parameterized
# Install documentation requirements
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install testing requirements
RUN conda install -n ${{conda_env}} -c conda-forge scikit-image celerite george
# Install dependencies and samplers
RUN pip install corner healpy cython tables
RUN conda install -n ${{conda_env}} -c conda-forge dynesty emcee nestle ptemcee
......@@ -52,7 +55,7 @@ RUN git clone https://github.com/jellis18/PTMCMCSampler.git \
# Install GW packages
RUN conda install -n ${{conda_env}} -c conda-forge python-lalsimulation
RUN pip install ligo-gracedb gwpy ligo.skymap
RUN pip install ligo-gracedb gwpy ligo.skymap bilby.cython
# Add the ROQ data to the image
RUN mkdir roq_basis \
......
......@@ -17,7 +17,7 @@ RUN python --version
# Install conda-installable programs
RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake8
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future dill
RUN conda install -n ${conda_env} -c conda-forge black pytest-cov deepdish arviz
# Install pip-requirements
......@@ -27,6 +27,9 @@ RUN pip install --upgrade setuptools coverage-badge parameterized
# Install documentation requirements
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install testing requirements
RUN conda install -n ${conda_env} -c conda-forge scikit-image celerite george
# Install dependencies and samplers
RUN pip install corner healpy cython tables
RUN conda install -n ${conda_env} -c conda-forge dynesty emcee nestle ptemcee
......@@ -54,7 +57,7 @@ RUN git clone https://github.com/jellis18/PTMCMCSampler.git \
# Install GW packages
RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation
RUN pip install ligo-gracedb gwpy ligo.skymap
RUN pip install ligo-gracedb gwpy ligo.skymap bilby.cython
# Add the ROQ data to the image
RUN mkdir roq_basis \
......
......@@ -17,7 +17,7 @@ RUN python --version
# Install conda-installable programs
RUN conda install -n ${conda_env} -y matplotlib numpy scipy pandas astropy flake8
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future
RUN conda install -n ${conda_env} -c anaconda coverage configargparse future dill
RUN conda install -n ${conda_env} -c conda-forge black pytest-cov deepdish arviz
# Install pip-requirements
......@@ -27,6 +27,9 @@ RUN pip install --upgrade setuptools coverage-badge parameterized
# Install documentation requirements
RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
# Install testing requirements
RUN conda install -n ${conda_env} -c conda-forge scikit-image celerite george
# Install dependencies and samplers
RUN pip install corner healpy cython tables
RUN conda install -n ${conda_env} -c conda-forge dynesty emcee nestle ptemcee
......@@ -54,7 +57,7 @@ RUN git clone https://github.com/jellis18/PTMCMCSampler.git \
# Install GW packages
RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation
RUN pip install ligo-gracedb gwpy ligo.skymap
RUN pip install ligo-gracedb gwpy ligo.skymap bilby.cython
# Add the ROQ data to the image
RUN mkdir roq_basis \
......
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