Skip to content
Snippets Groups Projects
Commit c29395cb authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Merge branch 'datacat_integration' of...

Merge branch 'datacat_integration' of gitlab.jsc.fz-juelich.de:eflows4hpc-wp2/data-logistics-service into datacat_integration
parents 5f5a6d38 6e863bcf
No related branches found
No related tags found
1 merge request!2Datacat integration
Pipeline #86681 failed
FROM apache/airflow:2.2.2
RUN pip --version
USER root
RUN apt update && apt install git -y
USER airflow
RUN pip --version
ADD requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
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