Skip to content
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

uv pip install in a separate tmp folder #257

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

andiradulescu
Copy link
Collaborator

@andiradulescu andiradulescu commented Jul 25, 2024

For some reason (might be a uv bug), uv pip install --no-cache-dir --system . that is ran in /tmp also moves all other files from tmp to site-packages #225 (comment).

With this PR I'm running it from an empty folder just with pyproject.toml and uv.lock inside.

  • system.img is back to 4.26 GB from 4.67 GB
  • system.img artifact 1.21 GB from 1.59 GB

AGNOS boots fine and site-packages is clean again:

image

@andiradulescu andiradulescu marked this pull request as ready for review July 25, 2024 19:16
@adeebshihadeh adeebshihadeh merged commit 48ea05d into commaai:master Jul 25, 2024
2 checks passed
@andiradulescu andiradulescu deleted the uv-pip-install-fix branch July 26, 2024 11:16
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.

2 participants