From e1e4349b0343a29c806916fb88166fcd18f4532a Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Fri, 15 Mar 2024 01:14:52 -0400 Subject: [PATCH] Set context that this fork is for opendatahub usecase only Signed-off-by: Harshad Reddy Nalla --- .gitignore | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index db8f872a2..7fcccc992 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ tsconfig.tsbuildinfo node_modules .vscode/ + +# virtualenv +venv/ \ No newline at end of file diff --git a/README.md b/README.md index 5a5068217..22af2e6e6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ limitations under the License. [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/5761/badge)](https://bestpractices.coreinfrastructure.org/projects/5761) [![Gitter](https://badges.gitter.im/elyra-ai/community.svg)](https://gitter.im/elyra-ai/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) + +### Note: +*This repository/project is for opendatahub-io/Data-science-pipelines v2 and workbench work only.* +Please refer to upstream [elyra](https://github.com/elyra-ai/elyra) for stable version. + # Elyra Elyra is a set of AI-centric extensions to JupyterLab Notebooks.