aviemzur commented on a change in pull request #68:
URL: https://github.com/apache/incubator-liminal/pull/68#discussion_r736310040



##########
File path: scripts/Dockerfile-airflow
##########
@@ -21,11 +21,12 @@ FROM apache/airflow:1.10.12-python3.6
 ARG LIMINAL_VERSION='apache-liminal'
 ARG DAG_FOLDER='/opt/airflow/dags/'
 ADD scripts/* ${DAG_FOLDER}
+ADD *.whl ${DAG_FOLDER}

Review comment:
       After testing looks like this line is actually needed.
   The whl file is indeed copied from docker context root
   The whl file in liminal_home essentially just marks for our scripts that 
this version is installed locally




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to