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

Add dockerfile from lofaruser

Former-commit-id: d59b3dbd
parent 301cf69a
No related branches found
No related tags found
No related merge requests found
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.
Finish editing this message first!
Please register or to comment