Skip to content

Commit

Permalink
Fix onnx image vulnerability (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Nov 27, 2024
1 parent 92e5fc7 commit 57da35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN pip install 'cryptography>=43.0.1'
# To resolve vulnerability issue
RUN pip install 'Werkzeug>=3.0.3' \
'tqdm>=4.66.3' \
'onnx>=1.16.0'
'onnx>=1.17.0'

# To resolve CVE-2024-5480 vulnerability issue for torch < 2.2.2
RUN pip install 'torch>=2.2.2'
Expand Down

0 comments on commit 57da35d

Please sign in to comment.