Skip to content

Commit

Permalink
increased cpu and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Dec 14, 2023
1 parent 1eda80b commit 08a3573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dicom_headerEdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 08a3573

Please # to comment.