Skip to content

Commit

Permalink
vul fix (#3705)
Browse files Browse the repository at this point in the history
* vul fix

* fix

* fix2
  • Loading branch information
Addi-11 authored Dec 24, 2024
1 parent 008bbf8 commit 005c688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN conda install python=3.9 -y
RUN pip install -r requirements.txt --no-cache-dir

# Vulnerability fix
RUN pip install Pillow gunicorn onnx==1.17.0 idna tqdm requests==2.32.1 tornado==6.4.2 certifi==2024.07.04 urllib3==1.26.19 scikit-learn==1.5.1
RUN pip install Pillow gunicorn onnx==1.17.0 idna tqdm requests==2.32.1 tornado==6.4.2 certifi==2024.07.04 urllib3==1.26.19 scikit-learn==1.5.1 mlflow==2.19 mlflow-skinny==2.19

# List installed packages
RUN pip list
Expand Down

0 comments on commit 005c688

Please sign in to comment.