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

removed pip pybind11 depenency

parent 0d400c83
No related branches found
No related tags found
1 merge request!18Draft: Portable docker image
Pipeline #117463 passed
Pipeline: preprocessing-cwl

#117464

    ...@@ -52,8 +52,7 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py && \ ...@@ -52,8 +52,7 @@ 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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment