Skip to content

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