Skip to content

feat: use uv instead of pip in container builds#2476

Open
paulnegz wants to merge 1 commit intoreplicate:mainfrom
paulnegz:feat/use-uv-in-containers
Open

feat: use uv instead of pip in container builds#2476
paulnegz wants to merge 1 commit intoreplicate:mainfrom
paulnegz:feat/use-uv-in-containers

Conversation

@paulnegz
Copy link

This change replaces pip with uv for Python package installation in container builds. Key changes:

  • Update StandardGenerator to use uv for package installation
  • Add proper uv caching configuration
  • Update tests to expect uv-based commands
  • Update documentation to reflect uv usage

Fixes #2167

This change replaces pip with uv for Python package installation in container builds.
Key changes:
- Update StandardGenerator to use uv for package installation
- Add proper uv caching configuration
- Update tests to expect uv-based commands
- Update documentation to reflect uv usage

Fixes replicate#2167

Signed-off-by: Paul Negedu <paul.negedu@yahoo.com>
@fire
Copy link

fire commented Dec 19, 2025

@michaeldwan are you able to look into this and give review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use uv instead of pip/pyenv

2 participants