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

[UX] Avoid rebuilding the project #16

Open
skandermoalla opened this issue May 12, 2024 · 1 comment
Open

[UX] Avoid rebuilding the project #16

skandermoalla opened this issue May 12, 2024 · 1 comment

Comments

@skandermoalla
Copy link
Member

installing the project with pip install -e . goes through a build phase and needs to download and install build dependencies.
Sometimes this is not needed if the project is just Python code, or if it can be cashed.
How can this be avoided? It creates a delay at the start of every container.

@skandermoalla
Copy link
Member Author

#27 adds the build dependencies in the images and builds without isolation. This makes the build much faster in the cases where it's only Python code to link.

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

No branches or pull requests

1 participant