Skip to content

Commit 954719a

Browse files
authored
Merge pull request #1011 from RS-PYTHON/feat/rspy607-l0-processing
First L0 processor
2 parents 8a48cf8 + 45faa86 commit 954719a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/apt_upgrade_images.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ EOF
6969
DASK_TAG=2024.5.2
7070
DASK_GATEWAY_TAG=2024.1.0
7171
PREFECT_TAG=3.1.4
72+
PREFECT_DASK_TAG=0.3.3
7273

7374
cat << EOF >> "$dockerfile"
7475
@@ -81,7 +82,8 @@ RUN pip install \
8182
dask[complete]=="${DASK_TAG}" \
8283
distributed=="${DASK_TAG}" \
8384
dask-gateway=="${DASK_GATEWAY_TAG}" \
84-
prefect[dask,aws]=="${PREFECT_TAG}" \
85+
prefect[aws]=="${PREFECT_TAG}" \
86+
prefect-dask=="${PREFECT_DASK_TAG}" \
8587
ipywidgets \
8688
s3fs \
8789
boto3

0 commit comments

Comments
 (0)