Skip to content
Snippets Groups Projects

Add pyseobnr to the docker file template

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