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

Move python package installation to a docker image #7377

Open
ch-iv opened this issue Jan 11, 2025 · 0 comments
Open

Move python package installation to a docker image #7377

ch-iv opened this issue Jan 11, 2025 · 0 comments

Comments

@ch-iv
Copy link
Contributor

ch-iv commented Jan 11, 2025

When rails is started using docker, entrypoint-dev-rails.ssh tries to install all python packages even if they have already been installed. This significantly slows down the time it takes for rails to start up in dev.

This could be fixed by moving the step of installing python packages to a docker image. Then packages won't be reinstalled every single time, because the docker image would be cached.

The same could probably also be done to node packages and bundle gems.

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