Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to uv in kedro-docker #906

Closed
astrojuanlu opened this issue Oct 24, 2024 · 3 comments · Fixed by #929
Closed

Switch to uv in kedro-docker #906

astrojuanlu opened this issue Oct 24, 2024 · 3 comments · Fixed by #929

Comments

@astrojuanlu
Copy link
Member

Description

RUN python -m pip install -U "pip>=21.2"
RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm -f /tmp/requirements.txt

Would be nice to use uv instead, which can be 10x or 100x faster.

Example: https://hynek.me/articles/docker-uv/

@MinuraPunchihewa
Copy link
Contributor

Hey @astrojuanlu,
Can I take this up? Big fan of uv.

@MinuraPunchihewa
Copy link
Contributor

@merelcht Can I open a PR for this?

@merelcht
Copy link
Member

Yes go for it! @MinuraPunchihewa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants