canonical / ubuntu-com-security-api

The API for CVEs and USNs data.
17 stars 9 forks source link

Docker: Make pip install slightly faster #93

Closed jkfran closed 2 years ago

jkfran commented 2 years ago

On startup, pip checks if you’re running the latest version or not, and print a warning if you’re not.

This saves about 0.2-0.3s, not a very significant improvement; the actual improvement probably depends on your network speed and other factors.

GitBulk-com commented 2 years ago

:robot: This PR was created by @jkfran with the help of GitBulk

Visit gitbulk.com to find and replace code across multiple repositories.