Skip to content

Instantly share code, notes, and snippets.

@cgi-ace
Created June 16, 2021 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgi-ace/d4751b7fff00ce89cdfcc9a619e7aedf to your computer and use it in GitHub Desktop.
Save cgi-ace/d4751b7fff00ce89cdfcc9a619e7aedf to your computer and use it in GitHub Desktop.
FROM mcr.microsoft.com/azureml/base:openmpi3.1.2-ubuntu18.04
RUN conda install -c r -y pip=20.1.1 openssl=1.1.1c r-base rpy2 && \
conda install -c conda-forge -y mscorefonts && \
conda clean -ay && \
pip install --no-cache-dir azureml-defaults
RUN apt-get update && apt-get install -y tzdata
ENV TAR="/bin/tar"
RUN R -e "install.packages(c('remotes', 'reticulate', 'optparse', 'azuremlsdk', 'lubridate', 'tidyr', 'readr', 'dplyr', 'stringr', 'miceadds'), repos = 'https://cloud.r-project.org/')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment