Skip to content

Commit

Permalink
memory and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 25, 2023
1 parent 64fed4f commit eecd369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pfdo_med2img/pfdo_med2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Pfdo_med2img(ChrisApp):
MAX_CPU_LIMIT = '' # Override with millicore value as string, e.g. '2000m'
MIN_CPU_LIMIT = '' # Override with millicore value as string, e.g. '2000m'
MAX_MEMORY_LIMIT = '' # Override with string, e.g. '1Gi', '2000Mi'
MIN_MEMORY_LIMIT = '1Gi' # Override with string, e.g. '1Gi', '2000Mi'
MIN_MEMORY_LIMIT = '2Gi' # Override with string, e.g. '1Gi', '2000Mi'
MIN_GPU_LIMIT = 0 # Override with the minimum number of GPUs, as an integer, for your plugin
MAX_GPU_LIMIT = 0 # Override with the maximum number of GPUs, as an integer, for your plugin

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'pfdo_med2img',
version = '1.1.9',
version = '1.2.0',
description = 'An app to recursively walk down a directory tree and perform bulk med2image on files/dirs.',
long_description = readme,
author = 'Arushi Vyas',
Expand Down

0 comments on commit eecd369

Please sign in to comment.