From a3331442a2102920cd039c4bf04e9bac0f7358c8 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Thu, 28 Mar 2019 11:29:36 -0700 Subject: Inference package with Tensorflow Serving Initial inference package with TF Serving, Tensorboard. Added Minio/S3 support. Change-Id: If896a7c8fc150bf6a552bdcf7d1096d357520751 Issue-ID: ONAPARC-454 Signed-off-by: Dileep Ranganathan --- .../inference-core/charts/tf-serving/.helmignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore (limited to 'vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore') diff --git a/vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore b/vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore @@ -0,0 +1,22 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ -- cgit 1.2.3-korg