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

Removed unnecessary copy file

parent e751a501
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #176 passed with warnings
...@@ -97,7 +97,6 @@ RUN python3 -m pip install git+https://github.com/revoltek/losoto.git ...@@ -97,7 +97,6 @@ RUN python3 -m pip install git+https://github.com/revoltek/losoto.git
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 example.h5 /data
ADD ./test_data/* /data/ ADD ./test_data/* /data/
ADD .entrypoint /home/lofaruser/.entrypoint ADD .entrypoint /home/lofaruser/.entrypoint
...@@ -111,8 +110,8 @@ ENV PYTHONPATH="/usr/local/bin:${PYTHONPATH}" ...@@ -111,8 +110,8 @@ ENV PYTHONPATH="/usr/local/bin:${PYTHONPATH}"
ENTRYPOINT ["/home/lofaruser/.entrypoint"] ENTRYPOINT ["/home/lofaruser/.entrypoint"]
USER lofaruser USER lofaruser
ARG DP3_TAG=master
ARG IDG_TAG=master ARG IDG_TAG=master
LABEL IDG.version.tag=${IDG_TAG}
ARG DP3_TAG=master LABEL IDG.version.tag=${IDG_TAG}
LABEL DP3.version.tag=${DP3_TAG} LABEL DP3.version.tag=${DP3_TAG}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment