Skip to content

Commit cfb83d2

Browse files
lxningmaaquib
andauthored
add vmargs=-XX:-UseContainerSupport in config (#136)
* add vmargs=-XX:-UseContainerSupport in config * Trigger Build * Pin coverage to older working version * Update coverage to api v7 --------- Co-authored-by: Aaqib Ansari <maaquib@gmail.com>
1 parent fb65d8a commit cfb83d2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Based on https://github.com/pytorch/serve/blob/master/docs/configuration.md
2+
vmargs=-XX:-UseContainerSupport
23
enable_envvars_config=true
34
decode_input_request=false
45
load_models=ALL

Diff for: src/sagemaker_pytorch_serving_container/etc/mme-ts.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
vmargs=-XX:-UseContainerSupport
12
enable_envvars_config=true
23
model_store=/
34
default_service_handler=$$SAGEMAKER_HANDLER$$

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ passenv =
5252
AWS_DEFAULT_REGION
5353
commands =
5454
coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs}
55-
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container*
55+
{env:IGNORE_COVERAGE:} coverage report --fail-under=90
5656

5757
deps =
5858
coverage

0 commit comments

Comments
 (0)