File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
assets/responsibleai/environments/responsibleai-tabular Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44RUN 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'
4747RUN 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 '
5151RUN pip install 'gunicorn>=22.0.0'
5252RUN pip install 'Werkzeug>=3.0.3'
5353RUN pip install 'tqdm>=4.66.3'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - anaconda
55dependencies :
6- - python=3.9
6+ - python=3.10
77 - pip
88 - pip :
99 - responsibleai~=0.36.0
Original file line number Diff line number Diff line change 1313os_type : linux
1414
1515tags :
16- OS : Ubuntu22 .04
16+ OS : Ubuntu24 .04
1717 Training : " "
1818 Preview : " "
You can’t perform that action at this time.
0 commit comments