kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
94 stars 90 forks source link

feat(docker): Updated Dependency Manager for `kedro-docker` to `uv` #929

Closed MinuraPunchihewa closed 1 week ago

MinuraPunchihewa commented 1 week ago

Description

This PR updates the dependency management for kedro-docker to be handled via uv.

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:

image

Checklist

MinuraPunchihewa commented 1 week ago

Hey @astrojuanlu and @merelcht, This is my PR for switching to uv for dependency management in kedro-docker.

MinuraPunchihewa commented 1 week ago

Thanks, guys. @merelcht I've just updated the release notes.