From 539c1113cbd2079087c68c8ce884beabc935bc6c Mon Sep 17 00:00:00 2001 From: Robert Steiner Date: Mon, 4 Nov 2024 17:17:25 +0100 Subject: [PATCH] rephrase Signed-off-by: Robert Steiner --- dev/build-docker-image-matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).