Skip to content

Commit

Permalink
Update memory requirement & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Aug 7, 2023
1 parent 8a17e49 commit 209083b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multipass/multipass.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class Multipass(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 = '' # 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 = 'multipass',
version = '1.3.0',
version = '1.3.1',
description = 'An app to make multiple passes or runs of a certain Python Utility with different args',
long_description = readme,
author = 'FNNDSC/ArushiVyas',
Expand Down

0 comments on commit 209083b

Please sign in to comment.