CircleCI-Public / cimg-python

The Next-Gen CircleCI Python Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/python
MIT License
33 stars 33 forks source link

Add `uv` to image #249

Open AdrianB-sovo opened 2 months ago

AdrianB-sovo commented 2 months ago

Could uv be added to the Python images, or could another type of image containing only uv (e.g. cimg/uv-python:3.12.6) be created?

uv is a popular Python package and project manager, which is a lot faster than the usual ones and replaces multiple tools (like poetry and pipx).

This would avoid having to install it every run. Also, if the solution chosen would be a new type of image like cimg/uv-python:*, the other tools (i.e. pip, pipenv, and poetry) wouldn't need to be installed.