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

Init script: Added possiblity for overriding JULIAUP_VERSION #768

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stemann
Copy link

@stemann stemann commented Dec 14, 2023

This PR should make it possible to customize the juliaup version used, e.g., to lock the juliaup version used for reproducibility in a Dockerfile.

@davidanthoff
Copy link
Collaborator

Do we really want this? My original idea for Juliaup was really that it would always be on the latest version for everyone, and that reproducability would really only come in for Julia itself. We also don't really publish a list of available versions anywhere, or make any guarantees that old versions will hang around.

I can see that this might be useful if we ever make a breaking change in Juliaup...

@stemann
Copy link
Author

stemann commented Jan 15, 2024

Yeah - it would be nice to avoid accidental breaking changes sneaking in: I got bit by #661 as I relied on setting JULIA_DEPOT_PATH - requiring also setting JULIAUP_DEPOT_PATH: https://github.com/FluxML/Torch.jl/pull/61/files#diff-13bd9d7a30bf46656bc81f1ad5b908a627f9247be3f7d76df862b0578b534fc6R24

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.

None yet

2 participants