Skip to content
Snippets Groups Projects
Commit c76804d4 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

added pybind11 depenency, as aoflagger seems to require it

parent 8ee5e142
No related branches found
No related tags found
1 merge request!18Draft: Portable docker image
Pipeline #115591 failed
Pipeline: preprocessing-cwl

#115592

    ...@@ -51,7 +51,8 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py && \ ...@@ -51,7 +51,8 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py && \
    # Install required python packages # Install required python packages
    RUN python3 -m pip install \ RUN python3 -m pip install \
    'numpy<2' 'numpy<2' \
    pybind11
    # Install the casacore measures data. We purposely do not install these from # Install the casacore measures data. We purposely do not install these from
    # the Ubuntu repository, but download the latest version directly from the # the Ubuntu repository, but download the latest version directly from the
    ......
    ...@@ -3,4 +3,3 @@ toil[cwl] ...@@ -3,4 +3,3 @@ toil[cwl]
    lsmtool lsmtool
    pandas pandas
    python-casacore python-casacore
    pybind11
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment