Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SS-1241 Include git-lfs in our standard jupyterlab image #75

Merged

Conversation

anondo1969
Copy link
Contributor

@anondo1969 anondo1969 commented Jan 31, 2025

Include git-lfs in our standard jupyterlab image

Source: SS-1241

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
@anondo1969 anondo1969 requested a review from akochari January 31, 2025 11:04
@anondo1969 anondo1969 marked this pull request as ready for review January 31, 2025 11:05
assert lfs_init_val == "Git LFS initialized.", lfs_init_val
lfs_ver_val = cell_outputs[2]
assert type(lfs_ver_val) == str
assert lfs_ver_val == "git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)", lfs_ver_val
Copy link
Contributor

Choose a reason for hiding this comment

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

Considering, that we are installing latest, it would be good to mention this for posterity, that it's okay that it fails and version here should be increased.

Or use fixed version in installation.

Or not check this so precise and just match, that there is git-lfs in the string.

Up to you:)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you. I initially actually thought to go for partial matching (your option number three), then I thought it's better to have a detailed error description for reference and clarity, incase there is a version related issue. I will add a comment here (your point number one), to make it clear.

Copy link
Contributor

@churnikov churnikov Feb 3, 2025

Choose a reason for hiding this comment

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

I think it should go at least into the error message, like "if the error is about different version, up the version". Otherwise it will be a process to figure it all out in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks a lot.

Copy link
Contributor

@churnikov churnikov left a comment

Choose a reason for hiding this comment

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

We'll see in the future how it'll go, but let's keep it like this for now

@anondo1969 anondo1969 merged commit ff5a833 into main Feb 4, 2025
6 checks passed
@anondo1969 anondo1969 deleted the SS-1241_Include_git-lfs_in_our_standard_jupyterlab_image branch February 4, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants