Skip to content

Commit

Permalink
[VulnerabilityFix]: Uprage onnx to 1.77.0 in acft-mmtracking-video-gp…
Browse files Browse the repository at this point in the history
…u,acpt-automl-image-framework-selector-gpu,acft-multimodal-gpu (#3570)
  • Loading branch information
yeshsurya authored Nov 6, 2024
1 parent 3ae6492 commit 2442cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2442cb2

Please sign in to comment.