Skip to content

Dockerfile Enhancement- Multistage Docker build #990

@vidixha

Description

@vidixha

This issue aims to refactor the current Dockerfile to use a multistage build approach. The motivation for this change is to:

  1. Reduce final image size by excluding unnecessary build-time dependencies (e.g., gcc, libpython3-dev, etc.)
  2. Enhance maintainability by clearly separating build and runtime concerns

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions