https://github.com/codekow/kubeflow-notebooks
UBI based notebooks intended for Kubeflow / OpenShift
https://github.com/codekow/kubeflow-notebooks
Last synced: 4 months ago
JSON representation
UBI based notebooks intended for Kubeflow / OpenShift
- Host: GitHub
- URL: https://github.com/codekow/kubeflow-notebooks
- Owner: codekow
- License: mit
- Created: 2024-06-06T14:40:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T16:25:59.000Z (about 2 years ago)
- Last Synced: 2025-07-13T10:46:37.615Z (11 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notebooks for Kubeflow / OpenShift
This repo is intended to help those who are trying to make Jupyter notebook containers compatible with OpenShift and make improvements that can be contributed to upstream Kubeflow [here](https://github.com/kubeflow/kubeflow/tree/master/components/example-notebook-servers).
How is this repo different from other repos? The work here is intended to provide a base with simple best practices that will be universally usable. It is also intended to appropriately leverage existing work.
In short, this work is intended to:
- Focus on [notebooks only](https://github.com/kubeflow/kubeflow/tree/master/components/example-notebook-servers)
- Help contribute upstream - not [this](https://github.com/red-hat-data-services/notebooks
) and [this](https://github.com/opendatahub-io/notebooks)
- Avoid fragile design / duplicated work - [yes](https://github.com/redhat-na-ssa/demo-ocp-gpu/tree/main/containers/udi-cuda/ubi8) / [nope](https://github.com/opendatahub-io/notebooks/tree/main/cuda/c9s-python-3.9)