Open Issues Need Help
View All on GitHubNotebook images for ODH
AI Summary: Update a comment in a Dockerfile to improve clarity and grammatical correctness. The task involves changing a single line comment in the `runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm` file to improve readability.
Notebook images for ODH
AI Summary: Correct a typo in a Dockerfile comment from "jupytyer-datascience" to "jupyter-datascience" within the OpenDataHub Notebooks repository. The change should maintain consistent spacing and formatting, and not introduce any functional changes.
Notebook images for ODH
AI Summary: The task is to modify the `show-sbom` task in the OpenDataHub Notebooks project's Tekton pipeline. Currently, this task runs regardless of whether the image build was successful, leading to failures when the build is skipped. The fix requires adding conditional logic to the task, ensuring it only executes when a valid IMAGE_URL is available after a successful build.
Notebook images for ODH