diff --git a/containers/Dockerfile-test-suite-python27 b/containers/Dockerfile-test-suite-python27
index 1cab8096ef73af3af58a7b39fa8365621e41e7d4..c4b7b1dfe73027c2f931558082bddd13fcd483df 100644
--- a/containers/Dockerfile-test-suite-python27
+++ b/containers/Dockerfile-test-suite-python27
@@ -38,7 +38,7 @@ pytest-cov \
 coverage-badge
 
 # Install additional bilby requirements
-RUN pip install corner lalsuite astropy gwpy theano
+RUN pip install corner lalsuite astropy gwpy theano tables
 
 # Install samplers
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
diff --git a/containers/Dockerfile-test-suite-python37 b/containers/Dockerfile-test-suite-python37
index e1e428d1519ab56dab76d4f4b96bf3fd8f97f896..cf77278976da559906e670965ce119a7642a6a29 100644
--- a/containers/Dockerfile-test-suite-python37
+++ b/containers/Dockerfile-test-suite-python37
@@ -45,7 +45,7 @@ coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs
 
 # Install additional bilby requirements
-RUN pip install corner lalsuite astropy gwpy theano healpy
+RUN pip install corner lalsuite astropy gwpy theano healpy tables
 
 # Install samplers
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
diff --git a/containers/v2-dockerfile-test-suite-python35 b/containers/v2-dockerfile-test-suite-python35
index 0dc55a7b1f2b98551e99b5f0875e3e13ee05ce9e..1fc568b37296e273d074978dc78bf3d90b22b534 100644
--- a/containers/v2-dockerfile-test-suite-python35
+++ b/containers/v2-dockerfile-test-suite-python35
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy cython
+RUN pip install corner lalsuite theano healpy cython tables
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python36 b/containers/v2-dockerfile-test-suite-python36
index bce29952b4baeb2608cfb479a52f465688422f84..79deb07b1541cea8c230f7d1bfb6f68eaee2af32 100644
--- a/containers/v2-dockerfile-test-suite-python36
+++ b/containers/v2-dockerfile-test-suite-python36
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy cython
+RUN pip install corner lalsuite theano healpy cython tables
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python37 b/containers/v2-dockerfile-test-suite-python37
index 9e2bb9953a76c53f7b634676596f8c8b656a9833..81f9532948a1680b8fa1d2b624238f4f4d4bf044 100644
--- a/containers/v2-dockerfile-test-suite-python37
+++ b/containers/v2-dockerfile-test-suite-python37
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy cython
+RUN pip install corner lalsuite theano healpy cython tables
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
 
 # Install multinest
diff --git a/containers/v2-dockerfile-test-suite-python38 b/containers/v2-dockerfile-test-suite-python38
index b8b379b0a90ac30fa87a12c48b305d7a31cbf829..4b3f15430c4445cb7311e45575dd5131f3828722 100644
--- a/containers/v2-dockerfile-test-suite-python38
+++ b/containers/v2-dockerfile-test-suite-python38
@@ -34,7 +34,7 @@ RUN pip install --upgrade setuptools coverage-badge
 RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs autodoc
 
 # Install dependencies and samplers
-RUN pip install corner lalsuite theano healpy cython
+RUN pip install corner lalsuite theano healpy cython tables
 RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine ultranest dnest4
 
 # Install multinest