Both template Dockerfiles have been updated to use uv for dependency management. The changes have been tested by building a container for an existing Docker project (starter). See the screenshot below:
Checklist
[X] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
[ ] Updated the documentation to reflect the code changes
[x] Added a description of this change in the relevant RELEASE.md file
[ ] Added tests to cover my changes
[ ] Received approvals from at least half of the TSC (required for adding a new, non-experimental dataset)
Description
This PR updates the dependency management for
kedro-docker
to be handled viauv
.Fixes https://github.com/kedro-org/kedro-plugins/issues/906
Development notes
Both template Dockerfiles have been updated to use
uv
for dependency management. The changes have been tested by building a container for an existing Docker project (starter). See the screenshot below:Checklist
RELEASE.md
file