Skip to content

Commit d1ba398

Browse files
committed
fix remianing vulnerabilities
1 parent b34995b commit d1ba398

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

assets/training/finetune_acft_hf_nlp/environments/acpt-grpo/context/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN pip install -r requirements.txt --no-cache-dir
88

99
RUN pip install azureml-evaluate-mlflow=={{latest-pypi-version}}
1010
RUN pip install azureml-acft-common-components=={{latest-pypi-version}}
11+
RUN pip install transformers==4.56.0
1112

1213
# clean conda and pip caches
1314
RUN rm -rf ~/.cache/pip

assets/training/finetune_acft_hf_nlp/environments/acpt-grpo/context/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ deepspeed==0.17.1
66
trl==0.18.2
77
liger-kernel==0.5.10
88
vllm== 0.11.1
9-
transformers==4.56.0
109
peft==0.15.2
1110
mlflow==3.1.0
1211
numpy==2.2.5

assets/training/finetune_acft_multimodal/environments/acpt_multimodal/context/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY requirements.txt .
99
RUN pip install -r requirements.txt --no-cache-dir
1010
# Downgraded azureml-metrics, to prevent bug related to logger in azureml-metrics. Should be upgraded in next pypi release of acft-multimodal
1111
# Removing it from requirements.txt to avoid conflict with scikit-learn version
12-
RUN pip install azureml-metrics==0.0.33
12+
RUN pip install azureml-metrics==0.0.33 pyarrow==14.0.1
1313

1414
RUN pip install azureml-acft-common-components=={{latest-pypi-version}}
1515
RUN pip install azureml-acft-accelerator=={{latest-pypi-version}}

0 commit comments

Comments
 (0)