Update Dockerfile
This commit is contained in:
Родитель
9bd9e5ae19
Коммит
26ce1ed8b5
|
@ -50,13 +50,13 @@ RUN pip install 'cryptography>=43.0.1'
|
|||
|
||||
# To resolve vulnerability issue
|
||||
RUN pip install 'Werkzeug>=3.0.6' \
|
||||
'tqdm>=4.66.3' \
|
||||
'onnx>=1.17.0'
|
||||
'tqdm>=4.66.3'
|
||||
|
||||
# To resolve CVE-2024-5480 vulnerability issue for torch < 2.2.2
|
||||
RUN pip install 'torch>=2.2.2'
|
||||
# To resolve vulnerability issue
|
||||
RUN pip install 'opencv-python-headless==4.8.1.78'
|
||||
RUN pip install 'onnx>=1.17.0'
|
||||
|
||||
RUN pip freeze
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче