From 56d9bbf803fdea66128190abe5d7de54cffd2152 Mon Sep 17 00:00:00 2001 From: Serguei Ossokine <serguei.ossokine@ligo.org> Date: Sun, 30 Apr 2023 13:52:31 +0000 Subject: [PATCH] CI: Add pyseobnr to the docker file template --- containers/dockerfile-template | 2 +- containers/v3-dockerfile-test-suite-python310 | 2 +- containers/v3-dockerfile-test-suite-python38 | 2 +- containers/v3-dockerfile-test-suite-python39 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/containers/dockerfile-template b/containers/dockerfile-template index 37df43f93..4c52c15c8 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 a67ea409c..c6af1c741 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 3369172c0..7ee33e750 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 6035f103e..1cff66c50 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 -- GitLab