Skip to content
Snippets Groups Projects
Commit 49e1dde4 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add numpy into docker image

parent 2f9e1130
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #569 failed
...@@ -4,7 +4,7 @@ COPY prefactor/scripts/* /opt/lofar/scripts/ ...@@ -4,7 +4,7 @@ COPY prefactor/scripts/* /opt/lofar/scripts/
COPY prefactor/skymodels/* /data/skymodels/ COPY prefactor/skymodels/* /data/skymodels/
COPY prefactor/rfistrategies/* /data/rfistrategies/ COPY prefactor/rfistrategies/* /data/rfistrategies/
COPY prefactor/solutions/ /data/solutions/* COPY prefactor/solutions/ /data/solutions/*
RUN apt update && apt install vim RUN apt update && apt install -y vim python3-numpy
RUN ln -sf /opt/lofar/scripts/* /usr/local/bin/ RUN ln -sf /opt/lofar/scripts/* /usr/local/bin/
RUN chmod +rx /usr/local/bin/* RUN chmod +rx /usr/local/bin/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment