-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Description
💡 Summary
- Remove any unnecessary system packages installed in the compile and build stages.
- Do not install development packages in the build stage; e.g., if
libblas-devis required for the compile stage then onlylibblasshould be required in the build stage.
Motivation and context
This will simplify and reduce the size of the Docker images we build.
Metadata
Metadata
Assignees
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Type
Projects
Status
Todo
Status
To do