[VulnerabilityFix]: Uprage onnx to 1.77.0 in acft-mmtracking-video-gpu,acpt-automl-image-framework-selector-gpu,acft-multimodal-gpu (#3570)

This commit is contained in:
Yeshwanth N 2024-11-06 14:02:04 +05:30 коммит произвёл GitHub
Родитель 3ae6492140
Коммит 2442cb2caf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -22,6 +22,7 @@ RUN apt-get install -y gfortran libopenblas-dev liblapack-dev
# vulnerability fixes - this will be removed once we update to MMTracking's latest version
RUN pip install scipy==1.10.1
RUN pip install gunicorn==22.0.0
RUN pip install onnx==1.17.0
# It is recommended to upgrade to numpy version 1.23.5 to address the numpy.core.multiarray issue
RUN pip install numpy==1.23.5

Просмотреть файл

@ -13,4 +13,5 @@ ENV AZURE_ML_CLI_PRIVATE_FEATURES_ENABLED=True
# Vulnerability Fix
RUN pip install gunicorn==22.0.0
RUN pip install certifi==2024.07.04
RUN pip install onnx==1.17.0
# dummy number to change when needing to force rebuild without changing the definition: 1

Просмотреть файл

@ -17,6 +17,6 @@ RUN pip install pyarrow==14.0.1
RUN pip install cryptography==43.0.1
RUN pip install gunicorn==22.0.0
RUN pip install onnxruntime==1.17.3
RUN pip install onnx==1.16.0
RUN pip install onnx==1.17.0
RUN pip install scikit-learn==1.5.0
# dummy number to change when needing to force rebuild without changing the definition: 1