[ENH] Docker image for aeon with Numba caching #2324
Labels
documentation
Improvements or additions to documentation
enhancement
New feature, improvement request or other non-bug code enhancement
maintenance
Continuous integration, unit testing & package distribution
Describe the feature or idea you want to propose
Aeon should provide a Dockerfile or Docker image that showcases how to install and run aeon within Docker.
Additionally, aeon uses a lot of Numba-JITed code that gets compiled on first usage. This means that when using Docker, the functions are getting recompiled every time the Docker container is restarted. @chrisholder implemented caching for the Numba-compiled code in our CI. We should support similar caching for Docker images.
Describe your proposed solution
Describe alternatives you've considered, if relevant
Just document the problem with Docker-Numba-caching and how to solve it in our documentation.
Additional context
No response
The text was updated successfully, but these errors were encountered: