You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/training/finetune_acft_image/environments/acft_image_medimageinsight_adapter_finetune/context/Dockerfile
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,24 @@ RUN apt-get -y install unzip
10
10
COPY requirements.txt .
11
11
RUN pip install -r requirements.txt --no-cache-dir
12
12
13
-
# Transitive dep overrides where pip may not resolve to the patched version:
Copy file name to clipboardExpand all lines: assets/training/finetune_acft_image/environments/acft_image_medimageparse_finetune/context/requirements.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ sentencepiece==0.2.1
16
16
peft==0.17.1
17
17
ninja==1.11.1.1
18
18
kornia==0.7.3
19
+
# python-dotenv: CVE-2026-28684 / GHSA-mf9w-mj56-hr94 (fixed in 1.2.2).
20
+
# Parent transitive dep chain: mlflow-skinny -> python-dotenv<2,>=0.19.0.
21
+
# mlflow-skinny 3.11.1 (latest) still uses the loose floor >=0.19.0, so a
22
+
# parent upgrade alone resolves to 1.2.1. Direct pin retained until mlflow
0 commit comments