-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
GRAND_CHALLENGE_COMPONENT_MAX_MEMORY_MB
(#30)
Sets an explicit memory limit rather than trying to calculate it internally. Removes psutil. See DIAGNijmegen/rse-grand-challenge-admin#306
- Loading branch information
Showing
4 changed files
with
87 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "sagemaker-shim" | ||
version = "0.3.4" | ||
version = "0.3.5" | ||
description = "Adapts algorithms that implement the Grand Challenge inference API for running in SageMaker" | ||
authors = ["James Meakin <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -21,7 +21,6 @@ fastapi = "!=0.89.0" # See https://github.com/DIAGNijmegen/rse-sagemaker-shim/i | |
uvicorn = "*" | ||
click = "*" | ||
boto3 = "*" | ||
psutil = "*" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "!=8.0.0" # pytest 8 is not yet supported by pytest-asyncio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters