We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f4043 commit 236a49cCopy full SHA for 236a49c
src/sagemaker_inference/model_server.py
@@ -151,7 +151,6 @@ def _generate_mms_config_properties():
151
"inference_address": "http://0.0.0.0:{}".format(env.inference_http_port),
152
"management_address": "http://0.0.0.0:{}".format(env.management_http_port),
153
"vmargs": "-XX:-UseContainerSupport",
154
-
155
}
156
157
custom_configuration = str()
0 commit comments