Skip to content
Snippets Groups Projects

Add pyseobnr to the docker file template

4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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
Loading