Skip to content
Snippets Groups Projects
Commit 6e863bcf authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

workign example

parent fc76e6dd
No related branches found
No related tags found
1 merge request!2Datacat integration
Pipeline #86285 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
......@@ -4,5 +4,4 @@ plyvel
apache-airflow-providers-ssh
apache-airflow-providers-http
apache-airflow-providers-sftp
--index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
airflow-datacat-integration>=0.0.4
git+https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/airflow-datacat-integration.git@installable
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