Skip to content

Commit

Permalink
Add support to read models from S3 in TensorFlow Serving.
Browse files Browse the repository at this point in the history
Change: 173716945
  • Loading branch information
kirilg authored and tensorflower-gardener committed Oct 27, 2017
1 parent 8ab0e9a commit 2191b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_serving/model_servers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ cc_binary(
"@org_tensorflow//tensorflow/core:lib",
"@org_tensorflow//tensorflow/core/platform/cloud:gcs_file_system",
"@org_tensorflow//tensorflow/core/platform/hadoop:hadoop_file_system",
"@org_tensorflow//tensorflow/core/platform/s3:s3_file_system",
"//tensorflow_serving/apis:prediction_service_proto",
"//tensorflow_serving/config:model_server_config_proto",
"//tensorflow_serving/core:availability_preserving_policy",
Expand Down

0 comments on commit 2191b20

Please sign in to comment.