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

Add dockerfile from lofaruser

parent ddb86ff8
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #156 passed with warnings
FROM lofar/lofar-pipeline FROM lofaruser/imaging-pipeline
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]
RUN mkdir /home/lofaruser/ && \ RUN mkdir /home/lofaruser/ && \
...@@ -11,9 +11,13 @@ RUN python3 -m pip install cwltool cwl-runner git+https://github.com/darafferty/ ...@@ -11,9 +11,13 @@ RUN python3 -m pip install cwltool cwl-runner git+https://github.com/darafferty/
ADD L570745_uv_first10.MS.tar.xz /data ADD L570745_uv_first10.MS.tar.xz /data
ADD skymodels.tar.gz /data/skymodels ADD skymodels.tar.gz /data/skymodels
ADD .entrypoint /home/lofaruser/.entrypoint
RUN chown lofaruser:lofaruser /home/lofaruser/.entrypoint && \
chmod +rx /home/lofaruser/.entrypoint
WORKDIR /home/lofaruser
COPY scripts/* /usr/local/bin/ COPY scripts/* /usr/local/bin/
RUN chmod +rx /usr/local/bin/* RUN chmod +rx /usr/local/bin/*
ENV PYTHONPATH="/usr/local/bin:${PYTHONPATH}" ENV PYTHONPATH="/usr/local/bin:${PYTHONPATH}"
#ENTRYPOINT ["/home/lofaruser/.entrypoint"] ENTRYPOINT ["/home/lofaruser/.entrypoint"]
USER lofaruser USER lofaruser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment