summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-03-28 11:29:36 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-03-28 11:34:45 -0700
commita3331442a2102920cd039c4bf04e9bac0f7358c8 (patch)
tree902ef07bd5ad9fa86ca242e74be8c8d97a20691e /vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore
parente638d92d1f48e0747fae96cd0606a52525ce9bf8 (diff)
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 <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore')
-rw-r--r--vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore22
1 files changed, 22 insertions, 0 deletions
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/