Skip to content

Refinery custom docker parent image #147

@FelixKirsch

Description

@FelixKirsch

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions