Skip to content

Commit

Permalink
airflow engine share image with dask
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 19, 2023
1 parent edddc94 commit 6385a72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
version: '3.4'
services:
control_loop:
image: apache/airflow:2.7.3-python3.9
build:
context: ./
dockerfile: ./Dockerfile-dask
restart: always
environment:
- AIRFLOW__CORE__ENABLE_XCOM_PICKLING=true
Expand Down

0 comments on commit 6385a72

Please sign in to comment.