Skip to content

Commit 3d5fc6f

Browse files
authored
fix vulnerabilities (#4230)
1 parent 6e0126d commit 3d5fc6f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • assets/training
    • automl/environments/ai-ml-automl-dnn-gpu/context
    • finetune_acft_multimodal/environments/acpt_multimodal/context

assets/training/automl/environments/ai-ml-automl-dnn-gpu/context/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ RUN pip install \
8282
'psutil>5.0.0,<6.0.0' \
8383
'requests>=2.31.0' \
8484
'certifi>=2023.07.22' \
85-
'cryptography>=42.0.5'
85+
'cryptography>=42.0.5' \
86+
'jinja2>=3.1.6'
8687
# end pypi dependencies
8788

8889
RUN HOROVOD_WITH_PYTORCH=1 pip install --no-cache-dir git+https://github.com/horovod/horovod@3a31d933a13c7c885b8a673f4172b17914ad334d

assets/training/finetune_acft_multimodal/environments/acpt_multimodal/context/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ azureml-acft-contrib-hf-nlp=={{latest-pypi-version}}
66
# azureml_acft_multimodal_components=={{latest-pypi-version}}
77
# needed by multimodal
88
mltable==1.5.0
9-
transformers==4.48.0
9+
transformers==4.50.0
1010
peft==0.4.0
1111
deepspeed==0.16.9
1212
optimum==1.23.3

0 commit comments

Comments
 (0)