[stable/tensorflow-notebook] add repo archive notice (#24204)

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Scott Rigby
2020-11-09 14:34:49 -08:00
committed by GitHub
parent a0aa5c355c
commit b9bf559271
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for tensorflow notebook and tensorboard
name: tensorflow-notebook
version: 0.1.3
version: 0.1.4
appVersion: 1.6.0
sources:
- https://github.com/tensorflow/tensorflow
+5
View File
@@ -1,3 +1,8 @@
# ⚠️ Repo Archive Notice
As of Nov 13, 2020, charts in this repo will no longer be updated.
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
# TensorFlow Notebook Helm Chart
TensorFlow is an open source software library for numerical computation using data flow graphs, and tensorboard is the tool visualizing TensorFlow programs. Using Jupyter notebook to get into TensorFlow and develop models is the great way for data scientist. With these three tools you are able to start your machine learning work in two minutes.