Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project README to reflect current GAP Docker image tags and to document what’s included in each image variant so users can choose the right one.
Changes:
- Bumped referenced image tags in the Mermaid diagram and usage examples to newer GAP versions.
- Added descriptions for
bare,slim,full,jupyter-gap, andbuildfull(with an Ubuntu 22.04 LTS footnote). - Expanded the README structure with a clearer “Usage” section.
Comments suppressed due to low confidence (1)
README.md:55
- This
docker runexample is a duplicate of the preceding4.14.0-barecommand. It looks like one of these blocks was meant to demonstrate a different tag (e.g.,slim) or a different version; please remove the duplicate or replace it with the intended example, and consider adding a short note explaining why the examples use different versions (4.15.1,4.15.0,4.14.0).
docker run -it ghcr.io/gap-system/gap:4.14.0-bare
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
README.md:55
- The Usage section currently repeats the exact same
docker run ...:4.14.0-bareexample twice, which looks accidental and may confuse readers. Consider removing the duplicate block or replacing it with an example for a different tag/variant (e.g.,slimorjupyter-gap).
docker run -it ghcr.io/gap-system/gap:4.14.0-bare
docker run -it ghcr.io/gap-system/gap:4.14.0-bare
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
james-d-mitchell
left a comment
There was a problem hiding this comment.
Thanks for the PR @limakzi, looks good modulo one comment
No description provided.