From f50a9362984945adee6424d05dd3e4460a931576 Mon Sep 17 00:00:00 2001 From: Clemens Siebler Date: Wed, 3 Feb 2021 12:51:27 +0100 Subject: [PATCH] Minor update --- cli-with-r/Dockerfile | 2 +- pipelines-with-r/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-with-r/Dockerfile b/cli-with-r/Dockerfile index b36c40c..55e562f 100644 --- a/cli-with-r/Dockerfile +++ b/cli-with-r/Dockerfile @@ -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 diff --git a/pipelines-with-r/Dockerfile b/pipelines-with-r/Dockerfile index b36c40c..55e562f 100644 --- a/pipelines-with-r/Dockerfile +++ b/pipelines-with-r/Dockerfile @@ -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