Skip to content
Snippets Groups Projects
Commit 01175344 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Install pybind11-dev to make aoflagger work

parent f0b7e306
No related branches found
No related tags found
No related merge requests found
Pipeline #122610 passed
...@@ -82,6 +82,11 @@ RUN git clone --no-checkout https://github.com/lofar-astron/LofarStMan.git && \ ...@@ -82,6 +82,11 @@ RUN git clone --no-checkout https://github.com/lofar-astron/LofarStMan.git && \
cd ../.. && rm -rf LofarStMan cd ../.. && rm -rf LofarStMan
# AOFlagger # AOFlagger
RUN apt update && \
apt install -y software-properties-common && \
add-apt-repository -y universe && \
apt update && \
apt install -y pybind11-dev
ARG AOFLAGGER_COMMIT=master ARG AOFLAGGER_COMMIT=master
RUN git clone --no-checkout https://gitlab.com/aroffringa/aoflagger.git && \ RUN git clone --no-checkout https://gitlab.com/aroffringa/aoflagger.git && \
git -C aoflagger checkout ${AOFLAGGER_COMMIT} && \ git -C aoflagger checkout ${AOFLAGGER_COMMIT} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment