Closed astrojuanlu closed 1 week ago
https://github.com/kedro-org/kedro-plugins/blob/bc2ad07aa4d5dedb1d6874b1dae08df2e7b68521/kedro-docker/kedro_docker/template/Dockerfile.simple#L6-L7
Would be nice to use uv instead, which can be 10x or 100x faster.
uv
Example: https://hynek.me/articles/docker-uv/
Hey @astrojuanlu, Can I take this up? Big fan of uv.
@merelcht Can I open a PR for this?
Yes go for it! @MinuraPunchihewa
Description
https://github.com/kedro-org/kedro-plugins/blob/bc2ad07aa4d5dedb1d6874b1dae08df2e7b68521/kedro-docker/kedro_docker/template/Dockerfile.simple#L6-L7
Would be nice to use
uv
instead, which can be 10x or 100x faster.Example: https://hynek.me/articles/docker-uv/