Update onnx and Werkzeug versions in environments for fixing vulnerabilities

This commit is contained in:
Sharvin Jondhale 2024-11-13 12:23:49 +05:30
Родитель 7c78b01413
Коммит 6ab4094418
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -55,6 +55,8 @@ RUN pip install \
azureml-train-automl-runtime=={{latest-pypi-version}} \
azureml-dataset-runtime=={{latest-pypi-version}} \
azureml-defaults=={{latest-pypi-version}} \
'onnx==1.17.0' \
'Werkzeug==3.0.6' \
'inference-schema' \
'prophet==1.1.4' \
'xgboost==1.5.2' \

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

@ -47,6 +47,8 @@ RUN pip install \
azureml-dataset-runtime=={{latest-pypi-version}} \
azureml-defaults=={{latest-pypi-version}} \
# TODO: replace the hard coded above by a referenceto azureml-train-automl[tabular]
'onnx==1.17.0' \
'Werkzeug==3.0.6' \
'mlflow-skinny==2.9.2' \
'xgboost==1.5.2' \
'prophet==1.1.4' \