Skip to content

Commit

Permalink
sync image dockerfile with repo azure/azureml-assets (#217)
Browse files Browse the repository at this point in the history
* sync image dockerfile with repo azure/azureml-assets

* replace {{latest-pypi-version}} with exact version

* pin markupsafe and itsdangerous version in rai-tabular env
  • Loading branch information
qusongms authored Jul 24, 2024
1 parent f4e4b3f commit bc24f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/responsibleai/docker_env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest

ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/responsibleai
ENV AZUREML_CONDA_ENVIRONMENT_PATH /azureml-envs/responsibleai-tabular

# Install wkhtmltopdf for pdf rendering from html
RUN apt-get -y update && apt-get -y install wkhtmltopdf
Expand Down
6 changes: 3 additions & 3 deletions src/responsibleai/docker_env/conda_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: responsibleai
name: responsibleai-tabular
channels:
- conda-forge
- defaults
Expand All @@ -9,8 +9,8 @@ dependencies:
- pip:
- responsibleai~=0.36.0
- raiwidgets~=0.36.0
- markupsafe<=2.0.1
- itsdangerous==2.0.1
- markupsafe<=2.1.2
- itsdangerous<=2.1.2
- mlflow
- scikit-learn~=1.5.1
- pdfkit==1.0.0
Expand Down

0 comments on commit bc24f2a

Please sign in to comment.