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

Fix docker build

Former-commit-id: 66f80167
Former-commit-id: b4670c71
parent 839890f1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ COPY prefactor/scripts/* /opt/lofar/scripts/
COPY prefactor/skymodels/* /data/skymodels/
COPY prefactor/rfistrategies/* /data/rfistrategies/
COPY prefactor/solutions/ /data/solutions/*
RUN apt update && apt install -y vim python3-numpy
RUN apt update && apt install -y vim
RUN pip3 install --upgrade pip && pip3 install --upgrade numpy scipy
RUN ln -sf /opt/lofar/scripts/* /usr/local/bin/
RUN chmod +rx /usr/local/bin/*
......
......@@ -13,7 +13,7 @@ git_clone_or_pull () {
fi
}
Prefactor_TAG=master
Prefactor_TAG=production
# FETCHES Prefactor
git_clone_or_pull https://github.com/lofar-astron/prefactor.git ${Prefactor_TAG} prefactor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment