-
Notifications
You must be signed in to change notification settings - Fork 56
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
build-jax.sh: update default source dir #394
Conversation
@DwarKapex Why this changed upstream? |
I'll merge now as the CI seems good and others are OOTO. |
I found, Dockerfile.jax do:
we need to be able to overwrite the JAX, so we need to pass the flag in that case. So I'm not sure how to make it crash next time. |
JAX-Toolbox/.github/container/Dockerfile.jax Lines 53 to 59 in 5bba3d8
I'm not sure if there's a reason the Dockerfile has to be parametrised on this. |
I see it on line 10 of the Dockerfile.jax:
I think it is done like this to allows the manual start of CI workflow to specify which commit/branch/version we want to use. |
I meant that the default inside
Agree we don't need more complexity. (Not sure why changing commit/branch/version would need a different source dir.) |
You are right, my explanation wasn't the right one. In the dockerfile, it isn't useful. We should be able to remove it there. |
This changed in #371.