Skip to content

Commit 1c065fe

Browse files
authored
Fix tensorflow vulnerability (#4125)
* Fix tensorflow vulnerability * Fix vulnerabilities * Fix the remaining vulnerabilities
1 parent ecd15c3 commit 1c065fe

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

  • assets/training

assets/training/aoai/proxy_components/environments/context/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
openai==1.28.0
2-
mlflow==2.19.0
2+
mlflow==2.20.3
33
pandas==2.2.0
44
azureml-mlflow==1.56.0
55
azure-mgmt-cognitiveservices==13.5.0

assets/training/finetune_acft_image/environments/acft_image_huggingface/context/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ optimum==1.24.0
1111
diffusers==0.27.2
1212
huggingface-hub==0.25.2
1313
setuptools>=71.1.0
14-
mlflow==2.19.0
14+
mlflow==2.20.3

assets/training/general/environments/tensorflow-2.16-cuda12/context/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ RUN apt-get update && \
4141
libgssapi-krb5-2 \
4242
libpam-cap \
4343
libtasn1-6 \
44+
binutils \
45+
binutils-x86-64-linux-gnu \
46+
binutils-common \
47+
libbinutils \
48+
libctf0 \
49+
libctf-nobfd0 \
50+
binutils-multiarch \
4451
libk5crypto3 \
4552
libcap2 && \
4653
apt-get clean -y && \

0 commit comments

Comments
 (0)