Skip to content

Commit 72cb4d7

Browse files
Fix mlflow vulnerability in RAI tabular image (#4984)
- mlflow: bump to >=3.11.1 (GHSA-fh64-r2vc-xvhr) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fac4e7e commit 72cb4d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • assets/responsibleai/environments/responsibleai-tabular/context

assets/responsibleai/environments/responsibleai-tabular/context/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ RUN pip install 'cryptography>=46.0.5'
5050
# TODO: remove rai-core-flask pin with next raiwidgets release
5151
RUN pip install 'rai-core-flask==0.7.6'
5252

53-
# To resolve vulnerability issue (GHSA-xch3-2f9x-wh9f, GHSA-q2r8-vmq7-fpx2, GHSA-gq3w-7jj3-x7gr)
54-
RUN pip install 'mlflow>=3.8.0,<=3.10.0'
53+
# To resolve vulnerability issue (GHSA-xch3-2f9x-wh9f, GHSA-q2r8-vmq7-fpx2, GHSA-gq3w-7jj3-x7gr, GHSA-fh64-r2vc-xvhr)
54+
RUN pip install 'mlflow>=3.11.1'
5555
RUN pip install 'gunicorn>=22.0.0'
5656
RUN pip install 'Werkzeug>=3.0.3'
5757
RUN pip install 'tqdm>=4.66.3'

0 commit comments

Comments
 (0)