Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
csiebler committed Feb 3, 2021
1 parent 5506912 commit f50a936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-with-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azureml/base:openmpi3.1.2-ubuntu18.04

# Install R+R Essentials and AzureML defaults
RUN conda install -c r -y pip=20.1.1 openssl=1.1.1c r-base r-essentials rpy2 && \
conda install -c conda-forge -y mscorefonts && \
conda install -c conda-forge -y mscorefonts && \
conda clean -ay && \
pip install --no-cache-dir azureml-defaults

Expand Down
2 changes: 1 addition & 1 deletion pipelines-with-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azureml/base:openmpi3.1.2-ubuntu18.04

# Install R+R Essentials and AzureML defaults
RUN conda install -c r -y pip=20.1.1 openssl=1.1.1c r-base r-essentials rpy2 && \
conda install -c conda-forge -y mscorefonts && \
conda install -c conda-forge -y mscorefonts && \
conda clean -ay && \
pip install --no-cache-dir azureml-defaults

Expand Down

0 comments on commit f50a936

Please sign in to comment.