feat: use custom docker image for airflow to avoid runtime pip install
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM apache/airflow:2.9.2
|
||||
|
||||
COPY airflow/requirements.txt /requirements.txt
|
||||
RUN pip install --no-cache-dir -r /requirements.txt
|
||||
Reference in New Issue
Block a user