-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use uv instead of pip #14759
Use uv instead of pip #14759
Conversation
✅ Deploy Preview for frigate-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
63e16b8
to
5275032
Compare
@felipecrs any ideas? Doesn't seem to be making things faster |
Maybe the key to get the speed bump is having the I have to dig deeper though, I'm not so experienced with this. It's just a guess. |
I had an absolutely massive speed increase with just switching from Edit: I think until you can fully convert from pip, this is the best you can do. Nothing obvious sticks out and like I said, not many knobs to turn |
docker/main/Dockerfile
Outdated
|
||
# Build pysqlite3 from source | ||
COPY docker/main/build_pysqlite3.sh /build_pysqlite3.sh | ||
RUN /build_pysqlite3.sh | ||
|
||
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt | ||
# we still have to use pip to build wheel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are so many dependencies in requirements-wheels.txt, why is it necessary to use pip
instead of uv pip
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agh I see, astral-sh/uv#1681
Type of change
Additional information
Checklist
ruff format frigate
)