There was an error while loading. Please reload this page.
1 parent 0e259ce commit 36d0896Copy full SHA for 36d0896
1 file changed
notebooks/dask_flood_mapper.ipynb
@@ -79,7 +79,7 @@
79
"source": [
80
"# Cluster configuration\n",
81
"cluster_options = gateway.cluster_options()\n",
82
- "cluster_options.image = \"ghcr.io/eodcgmbh/cluster_image:2025.9.2\"\n",
+ "cluster_options.image = \"ghcr.io/eodcgmbh/cluster_image:2025.9.3\"\n",
83
"cluster_options.worker_cores = 4\n",
84
"cluster_options.worker_memory = 8.0\n",
85
"\n",
@@ -881,6 +881,17 @@
881
"# Shutdown the cluster\n",
882
"# cluster.close(shutdown=True)"
883
]
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
+ ]
895
}
896
],
897
"metadata": {
0 commit comments