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

temprary solution for pips

parent 70b08e02
No related branches found
No related tags found
No related merge requests found
Pipeline #76963 passed
...@@ -6,6 +6,8 @@ eFlows4HPC Data Logistics Service ...@@ -6,6 +6,8 @@ eFlows4HPC Data Logistics Service
``` ```
mkdir ./logs ./plugins mkdir ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
echo "_PIP_ADDITIONAL_REQUIREMENTS=urllib3==1.26.6" >> .env
docker-compose -f dockers/docker-compose.yaml --project-directory . up airflow-init docker-compose -f dockers/docker-compose.yaml --project-directory . up airflow-init
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment