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 29826ce commit 4e21c55Copy full SHA for 4e21c55
v03_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py
@@ -15,7 +15,7 @@
15
)
16
from v03_pipeline.lib.tasks.dataproc.misc import get_cluster_name
17
18
-DEBIAN_IMAGE = '2.1.33-debian11'
+DEBIAN_IMAGE = '2.2.5-debian12'
19
HAIL_VERSION = hl.version().split('-')[0]
20
INSTANCE_TYPE = 'n1-highmem-8'
21
PKGS = '|'.join([x for x in pip_freeze.freeze() if 'hail @' not in x])
0 commit comments