Skip to content

Conversation

@mhucka
Copy link
Collaborator

@mhucka mhucka commented Nov 7, 2025

jupyter/Dockerfile failed to build for me due to changes in more recent versions of Jupyter and Ubuntu. Downgrading some packages like notebook and using a different combination of commands for the notebook extensions resolved the failures.

In addition, this PR also addresses lint errors reported by hadolint.

This Dockerfile failed to build for me due to changes in more recent
versions of Jupyter and Ubuntu. These changes make it work, and also
address lint errors reported by `hadolint`.
@github-actions github-actions bot added the size: S 10< lines changed <50 label Nov 7, 2025
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request successfully fixes the build for jupyter/Dockerfile by downgrading packages and restructuring the Dockerfile commands. The changes to pin package versions and optimize apt-get usage are excellent for reproducibility and efficiency. I've identified a couple of areas for further improvement to enhance layer caching and ensure fully reproducible builds, which I've detailed in the comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: S 10< lines changed <50

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant