-
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.
Set RLIMIT_DATA with GRAND_CHALLENGE_COMPONENT_RESERVED_BYTES
- Loading branch information
Showing
3 changed files
with
52 additions
and
2 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.3" | ||
version = "0.3.4" | ||
description = "Adapts algorithms that implement the Grand Challenge inference API for running in SageMaker" | ||
authors = ["James Meakin <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -21,6 +21,7 @@ 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