-
Notifications
You must be signed in to change notification settings - Fork 101
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
07a6bc9
to
f55e934
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
34f5cf4
to
cd9e034
Compare
cd9e034
to
f0b050c
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@tejaschumbalkar @josephevans Could you please review the PR changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
Port the [following](aws/sagemaker-tensorflow-serving-container#217) fix Signed-off-by: Venky Natham <[email protected]>
…414) * Add multiple versions of inf container Signed-off-by: Venky Natham <[email protected]> * change to use 2.5.2 Signed-off-by: Venky Natham <[email protected]> * Use multi-model-server Signed-off-by: Venky Natham <[email protected]> * change to js_import Signed-off-by: Venky Natham <[email protected]> * fix syntax in nginx template Signed-off-by: Venky Natham <[email protected]> * add tensorflowServing.js file from the DLC repo Signed-off-by: Venky Natham <[email protected]> * port fix in sagemaker_serving_tensorflow_container Port the [following](aws/sagemaker-tensorflow-serving-container#217) fix Signed-off-by: Venky Natham <[email protected]> * pin frameworks versions to sdk1.17.2 release Signed-off-by: Venky Natham <[email protected]> * fix mxnet18 Signed-off-by: Venky Natham <[email protected]> * Remove ununsed file Signed-off-by: Venky Natham <[email protected]> * Update pillow version to latest Signed-off-by: Venky Natham <[email protected]> * Change pillow version Signed-off-by: Venky Natham <[email protected]>
Issue #, if available:
The njs function
js_include
has been obsolete starting njsv0.7.1
http://nginx.org/en/docs/http/ngx_http_js_module.html#js_include
Upgraded the code to use
js_import
in place ofjs_include
which requires few changes to thenginx.conf.template
and the naming of.js
file. (described below)Description of changes:
nginx.conf.template
to usejs_import
instead ofjs_include
tensorflow-serving.js
totensorflowServing.js
nginx.conf.template
to use export definitions for the functionsutf-8
encoding while opening a fileesversion: 6
to.jshlintrc
file. Theexport
statement is available only from es6By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.