Skip to content

Commit 62acb29

Browse files
committed
Update RAI tabular image to ubuntu 24.04 to fix qt vulnerabilities
1 parent 2596bd4 commit 62acb29

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}
1+
FROM mcr.microsoft.com/azureml/openmpi5.0-ubuntu24.04:{{latest-image-tag}}
22

33
# Install wkhtmltopdf for pdf rendering from html
44
RUN apt-get -y update && apt-get -y install wkhtmltopdf
@@ -33,7 +33,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
3333
'azureml-mlflow=={{latest-pypi-version}}' \
3434
'azureml-rai-utils==0.0.6'
3535

36-
RUN pip install 'azureml-telemetry' --no-deps \
36+
RUN pip install 'azureml-telemetry==1.60.0' --no-deps \
3737
'applicationinsights'
3838

3939
# azureml-dataset-runtime[fuse] upper bound for pyarrow is 11.0.0
@@ -47,7 +47,7 @@ RUN pip install 'cryptography>=43.0.1'
4747
RUN pip install 'rai-core-flask==0.7.6'
4848

4949
# To resolve vulnerability issue
50-
RUN pip install 'mlflow>=3.1.0,<3.1.2'
50+
RUN pip install 'mlflow>=3.2.0,<=3.5.0'
5151
RUN pip install 'gunicorn>=22.0.0'
5252
RUN pip install 'Werkzeug>=3.0.3'
5353
RUN pip install 'tqdm>=4.66.3'

assets/responsibleai/environments/responsibleai-tabular/context/conda_dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- anaconda
55
dependencies:
6-
- python=3.9
6+
- python=3.10
77
- pip
88
- pip:
99
- responsibleai~=0.36.0

assets/responsibleai/environments/responsibleai-tabular/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ build:
1313
os_type: linux
1414

1515
tags:
16-
OS: Ubuntu22.04
16+
OS: Ubuntu24.04
1717
Training: ""
1818
Preview: ""

0 commit comments

Comments
 (0)