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

Add Base Docker Image Containing Python Dependencies #77

Open
dgarnitz opened this issue Oct 25, 2023 · 0 comments
Open

Add Base Docker Image Containing Python Dependencies #77

dgarnitz opened this issue Oct 25, 2023 · 0 comments

Comments

@dgarnitz
Copy link
Owner

Our Docker builds are too slow because they install dependencies every time that rarely change.

Refactor our docker images so that all the dependencies have their own build base image - this will drastically reduce build times.

this new base image will need to have versioning. In a follow up task, we may need to implement some type of semantic versioning and automatic rebuild system so that if dependencies change, the base image will update during a build of the whole vectorflow engine

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