We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfea66 commit 45faa86Copy full SHA for 45faa86
resources/apt_upgrade_images.sh
@@ -69,6 +69,7 @@ EOF
69
DASK_TAG=2024.5.2
70
DASK_GATEWAY_TAG=2024.1.0
71
PREFECT_TAG=3.1.4
72
+ PREFECT_DASK_TAG=0.3.3
73
74
cat << EOF >> "$dockerfile"
75
@@ -81,7 +82,8 @@ RUN pip install \
81
82
dask[complete]=="${DASK_TAG}" \
83
distributed=="${DASK_TAG}" \
84
dask-gateway=="${DASK_GATEWAY_TAG}" \
- prefect[dask,aws]=="${PREFECT_TAG}" \
85
+ prefect[aws]=="${PREFECT_TAG}" \
86
+ prefect-dask=="${PREFECT_DASK_TAG}" \
87
ipywidgets \
88
s3fs \
89
boto3
0 commit comments