Skip to content
Snippets Groups Projects

Use conda-forge version of bilby.cython

Merged Colm Talbot requested to merge conda-bilby-cython into master
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -54,8 +54,8 @@ RUN git clone https://github.com/jellis18/PTMCMCSampler.git \
&& (cd PTMCMCSampler && python setup.py install)
# Install GW packages
RUN conda install -n ${{conda_env}} -c conda-forge python-lalsimulation
RUN pip install ligo-gracedb gwpy ligo.skymap bilby.cython
RUN conda install -n ${{conda_env}} -c conda-forge python-lalsimulation bilby.cython
RUN pip install ligo-gracedb gwpy ligo.skymap
# Add the ROQ data to the image
RUN mkdir roq_basis \
Loading