Skip to content

Commit 36d0896

Browse files
committed
Update cluster image and add helper code to shutdown all the clusters opened
1 parent 0e259ce commit 36d0896

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

notebooks/dask_flood_mapper.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"source": [
8080
"# Cluster configuration\n",
8181
"cluster_options = gateway.cluster_options()\n",
82-
"cluster_options.image = \"ghcr.io/eodcgmbh/cluster_image:2025.9.2\"\n",
82+
"cluster_options.image = \"ghcr.io/eodcgmbh/cluster_image:2025.9.3\"\n",
8383
"cluster_options.worker_cores = 4\n",
8484
"cluster_options.worker_memory = 8.0\n",
8585
"\n",
@@ -881,6 +881,17 @@
881881
"# Shutdown the cluster\n",
882882
"# cluster.close(shutdown=True)"
883883
]
884+
},
885+
{
886+
"cell_type": "code",
887+
"execution_count": null,
888+
"id": "bad1dcef",
889+
"metadata": {},
890+
"outputs": [],
891+
"source": [
892+
"# for c in gateway.list_clusters():\n",
893+
"# gateway.connect(c.name).shutdown()"
894+
]
884895
}
885896
],
886897
"metadata": {

0 commit comments

Comments
 (0)