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

How to make package installs faster #39

Open
SamEdwardes opened this issue Jul 31, 2024 · 0 comments
Open

How to make package installs faster #39

SamEdwardes opened this issue Jul 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SamEdwardes
Copy link
Contributor

  • Add something to init.sh to set up all virtual environments in advance
  • Update the uvsync alias to not call compile, and instead just sync. Compile only needs to be run when requirements.in changes.
  • Add a cache that is shared by all users, I think we would have to rebuild docker image for this... but maybe not. Maybe it could be in /home/.uv-shared-cache?. Can you uv check here first, and then look at users cache?
@SamEdwardes SamEdwardes added the enhancement New feature or request label Jul 31, 2024
@SamEdwardes SamEdwardes self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant