docker-library / python

Docker Official Image packaging for Python
https://www.python.org/
MIT License
2.54k stars 1.07k forks source link

Consider including `uv` in images #905

Closed hkad98 closed 7 months ago

hkad98 commented 7 months ago

I suggest including uv in all Python image variants. uv is a Python package written in rust and blazingly fast. It comes from the creators of ruff (famous and fast Python linter).

tianon commented 7 months ago

While interesting, it's not included in Python by default (nor explicitly endorsed by Python upstream), whereas pip is, so unfortunately installing this is going to be left as an exercise for the reader unless/until that changes. :bow:

hkad98 commented 7 months ago

@tianon, thanks for your reply. Hopefully, it will be included in Python by default soon.