opendatahub-io/notebooks

Notebook images for ODH

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on January 17th, 2025
Created on September 6th, 2022
Open Issues & Pull Requests: 642 (+1)
Number of forks: 152
Total Stargazers: 34 (+0)
Total Subscribers: 8 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 31.8 days
90th percentile: 16.5 days
Tracked items: 680

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 53% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "(flaky) CI issues" is answered fastest, typically in under an hour, while "JIRA" waits about 7 months. Almost all tracked open issues have seen activity in the last three months. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 574
New in 7 days: 5
Closed in 7 days: 4
Avg open age: 267 days
Stale 30+ days: 19
Stale 90+ days: 18

Recent activity

Opened in 7 days: 5
Closed in 7 days: 4
Comments in 7 days: 18
Events in 7 days: 31

Top labels

  • help wanted (555)
  • priority/minor (362)
  • priority/normal (135)
  • priority/major (54)
  • kind/bug (43)
  • kind/feature (38)
  • good first issue (25)
  • priority/critical (17)

Detailed Description

The opendatahub-io/notebooks repository provides a collection of container images and notebook environments designed for data science, machine learning, and research workflows within the OpenDataHub ecosystem. These workbench images are built to integrate with the ODH Notebook Controller and are published to quay.io/repository/opendatahub/workbench-images for deployment in Kubernetes environments.

The repository maintains a diverse portfolio of notebook images supporting multiple hardware configurations and frameworks. The image inventory includes CPU-based workbenches with minimal and data science configurations, GPU-accelerated variants using CUDA 12.8 with PyTorch and TensorFlow support, and AMD ROCM 6.3 alternatives. All images are built on UBI9 with Python 3.12 and support multiple architectures including x86_64, aarch64, ppc64le, and s390x, though GPU variants have more limited architecture support. Specialized images include a TrustyAI workbench for CPU environments and CodeServer options for IDE-based development.

The build infrastructure uses a hermetic approach with Konflux and Cachi2 for reproducible builds. The repository employs a shared prefetch-input directory at the repository root containing RPM lock inputs and dependency specifications, with symlinks from individual image directories. Lock files are managed through uv with a dual versioning policy: development uses a flexible uv version range while image builds use a stricter pinned version for consistency. Base image versions are centrally configured through a versions_config.yml file that drives synchronization of build arguments and RHDS channel resolution.

Development and testing infrastructure relies on Testcontainers.com for running container self-tests from Python, with consideration for both Docker/Podman and Kubernetes execution environments. The repository includes Playwright-based browser testing and pytest-based test suites. Testing can be performed locally or deployed to Kubernetes clusters using make targets like deploy8 and deploy9 for UBI8 and UBI9 variants respectively.

The repository requires Python 3.14, podman or docker, the uv package manager, make, curl, and git with git-lfs support for development. Documentation is provided through a wiki page explaining the workbench architecture, with additional technical documentation covering base image version update configuration, testing procedures, and lock file generation workflows.