diff --git a/containers/dockerfile-template b/containers/dockerfile-template
index 37df43f93e93b1100965e170cd81bd319f581199..4c52c15c849aa0276094b98e3841154d7b897347 100644
--- a/containers/dockerfile-template
+++ b/containers/dockerfile-template
@@ -44,7 +44,7 @@ RUN git clone https://github.com/PolyChord/PolyChordLite.git \
 && (cd PolyChordLite && python setup.py --no-mpi install)
 
 # Install GW packages
-RUN conda install -n ${{conda_env}} -c conda-forge python-lalsimulation bilby.cython
+RUN conda install -n ${{conda_env}} -c conda-forge python-lalsimulation bilby.cython pyseobnr
 RUN pip install ligo-gracedb gwpy ligo.skymap
 
 # Add the ROQ data to the image
diff --git a/containers/v3-dockerfile-test-suite-python310 b/containers/v3-dockerfile-test-suite-python310
index a67ea409ce5c84fa60b8174b861b0b33ae044442..c6af1c7410153c9f370954b7b702ded473b13431 100644
--- a/containers/v3-dockerfile-test-suite-python310
+++ b/containers/v3-dockerfile-test-suite-python310
@@ -46,7 +46,7 @@ RUN git clone https://github.com/PolyChord/PolyChordLite.git \
 && (cd PolyChordLite && python setup.py --no-mpi install)
 
 # Install GW packages
-RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython
+RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython pyseobnr
 RUN pip install ligo-gracedb gwpy ligo.skymap
 
 # Add the ROQ data to the image
diff --git a/containers/v3-dockerfile-test-suite-python38 b/containers/v3-dockerfile-test-suite-python38
index 3369172c0973fe5090ee0a8aafb88b0cdfd39815..7ee33e7509f7443f36eef2a6dae4e81df0740d11 100644
--- a/containers/v3-dockerfile-test-suite-python38
+++ b/containers/v3-dockerfile-test-suite-python38
@@ -46,7 +46,7 @@ RUN git clone https://github.com/PolyChord/PolyChordLite.git \
 && (cd PolyChordLite && python setup.py --no-mpi install)
 
 # Install GW packages
-RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython
+RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython pyseobnr
 RUN pip install ligo-gracedb gwpy ligo.skymap
 
 # Add the ROQ data to the image
diff --git a/containers/v3-dockerfile-test-suite-python39 b/containers/v3-dockerfile-test-suite-python39
index 6035f103e99a00e9d8255ad330f5fc7e1a786fe6..1cff66c50a1067d200efcad3c3cb433d3f173b20 100644
--- a/containers/v3-dockerfile-test-suite-python39
+++ b/containers/v3-dockerfile-test-suite-python39
@@ -46,7 +46,7 @@ RUN git clone https://github.com/PolyChord/PolyChordLite.git \
 && (cd PolyChordLite && python setup.py --no-mpi install)
 
 # Install GW packages
-RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython
+RUN conda install -n ${conda_env} -c conda-forge python-lalsimulation bilby.cython pyseobnr
 RUN pip install ligo-gracedb gwpy ligo.skymap
 
 # Add the ROQ data to the image