diff --git a/dev/build-docker-image-matrix.py b/dev/build-docker-image-matrix.py index b712a32a625f..3417f07789ee 100644 --- a/dev/build-docker-image-matrix.py +++ b/dev/build-docker-image-matrix.py @@ -10,7 +10,7 @@ 2. **Alpine Images**: - Used only for minimal images (e.g., SuperLink) where no extra dependencies are expected. - - Limited use due to dependency compilation complexity with `musl` and ML frameworks. + - Limited use due to dependency (in particular ML frameworks) compilation complexity with `musl`. Workflow Details: - **Stable Release**: Triggered on new releases. Builds full matrix (all Python versions, Ubuntu and Alpine).