vectorflow icon indicating copy to clipboard operation
vectorflow copied to clipboard

Add Base Docker Image Containing Python Dependencies

Open dgarnitz opened this issue 2 years ago • 0 comments

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

dgarnitz avatar Oct 25 '23 15:10 dgarnitz