diff --git a/src/base/labels_nebius.config b/src/base/labels_nebius.config index 809ec963..6e771844 100644 --- a/src/base/labels_nebius.config +++ b/src/base/labels_nebius.config @@ -55,8 +55,8 @@ process { disk = { 100.GB * task.attempt } } withLabel: highmem { - memory = { get_memory( 200.GB * task.attempt ) } - disk = { 200.GB * task.attempt } + mememory = { task.attempt == 1 ? 200.GB : 500.GB } + disk = 200.GB pod = [[nodeSelector: 'nebius.com/node-group-id=mk8snodegroup-e00hnqhyfdcsy9m09n']] } withLabel: veryhighmem { @@ -127,8 +127,8 @@ withLabel: veryhightime { time = 24.h } // similarity metric does not need veryhighmem resources withName: '.*similarity_process' { - memory = '100.GB' - disk = '100.GB' + memory = '150.GB' + disk = '150.GB' } } diff --git a/src/methods_segmentation/stardist/config.vsh.yaml b/src/methods_segmentation/stardist/config.vsh.yaml index b8a6e7dc..b6d5b12f 100644 --- a/src/methods_segmentation/stardist/config.vsh.yaml +++ b/src/methods_segmentation/stardist/config.vsh.yaml @@ -33,8 +33,6 @@ engines: pypi: - stardist - tensorflow==2.17.0 - - numpy<2.0.0 - - scipy<1.15.0 - type: native runners: