Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit ac6b43a

Browse files
Fix typo and add new line to the end
1 parent 118be93 commit ac6b43a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docker/build_artifacts/sagemaker/nginx.conf.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ http {
6969
export default {invocations, ping, ping_without_model, return_error,
7070
tfs_json_request, make_tfs_uri, parse_custom_attributes,
7171
json_request, is_tfs_json, is_json_lines, generic_json_request,
72-
json_lines_request, csv_request};
72+
json_lines_request, csv_request};
73+

docker/build_artifacts/sagemaker/tensorflowServing.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,3 @@ function csv_request(r) {
232232
builder.push(']}')
233233
tfs_json_request(r, builder.join(''))
234234
}
235-
236-
export default {invocations, ping, ping_without_model, return_error, tfs_json_request,
237-
make_tfs_uri, parse_custom_attributes,
238-
json_request, is_tfs_json, is_json_lines,
239-
generic_json_request, json_lines_request, csv_request}

0 commit comments

Comments
 (0)