-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Some refinery services depend on storage-intensive python packages like torch, spacy, sklearn, etc. These packages are installed again in every service. This increases download and build time.
Describe the solution you'd like
Defining specific docker parent images could prevent this behavior. These parent images would be shared between the services and therefore no duplicate installation of the packages would be needed. Docker shares the parent layer between different images so that disk space is only required once.
Describe alternatives you've considered
Keep the current functionality.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request