Skip to content

feat(container): Run dataset and model initializers in parallelΒ #290

@HKanoje

Description

@HKanoje

What you would like to be added?

Support for running dataset and model initializer containers in parallel instead of sequentially in the container backend.

Why is this needed?

Currently, when both dataset and model initializers are configured, they run one after another. Since Docker and Podman support multiple containers mounting the same volume simultaneously, running them in parallel would reduce the total initialization time - especially beneficial when downloading large datasets and models.

Reference: #188

Love this feature?

Give it a πŸ‘ We prioritize the features with most πŸ‘

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions