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

allow customizing Python version (fixes #51) #66

Merged
merged 12 commits into from
Dec 31, 2024
Merged

allow customizing Python version (fixes #51) #66

merged 12 commits into from
Dec 31, 2024

Conversation

jameslamb
Copy link
Owner

@jameslamb jameslamb commented Dec 29, 2024

Fixes #51.

Along with some other misc. changes:

  • using heredocs in Dockerfiles instead of a bunch of commands **-ed together
  • changed image tags to like :py3.12-dask2024.6.2 instead of just :2024.6.2
  • moved CMake installation into a script that's mounted in at build-time

This PR introduce the first use of a Docker buildx-specific feature (RUN --mount), which revealed that the builds in CI were not actually using buildx. So this also includes a couple changes to make it directly use docker buildx.

@jameslamb jameslamb added the enhancement New feature or request label Dec 29, 2024
@jameslamb jameslamb merged commit eeaf048 into main Dec 31, 2024
3 checks passed
@jameslamb jameslamb deleted the refactor branch December 31, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow customizing Python version
1 participant