From 08a35738d5afc34152731a41aae26043c6b0d8bb Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Thu, 14 Dec 2023 11:41:04 -0500 Subject: [PATCH] increased cpu and version bump --- dicom_headerEdit.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dicom_headerEdit.py b/dicom_headerEdit.py index ca531e4..7d6a376 100644 --- a/dicom_headerEdit.py +++ b/dicom_headerEdit.py @@ -179,7 +179,7 @@ def earlyExit_check(args) -> int: title='Edit DICOM header fields', category='', # ref. https://chrisstore.co/plugins min_memory_limit='2Gi', # supported units: Mi, Gi - min_cpu_limit='1000m', # millicores, e.g. "1000m" = 1 CPU core + min_cpu_limit='2000m', # millicores, e.g. "1000m" = 1 CPU core min_gpu_limit=0 # set min_gpu_limit=1 to enable GPU ) @pflog.tel_logTime( diff --git a/setup.py b/setup.py index 1f1c05f..18a7ff8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='dicom_headerEdit', - version='1.1.3', + version='1.1.4', description='"dicom_headerEdit" is a ChRIS DS plugin that allows for batch editing of DICOM header fields.', author='FNNDSC', author_email='dev@babyMRI.org',