Azure / azureml-sdk-for-r

Azure Machine Learning SDK for R
https://azure.github.io/azureml-sdk-for-r/
Other
105 stars 40 forks source link

Custom Docker Image Support for other R version #422

Open colbyford opened 3 years ago

colbyford commented 3 years ago

In an effort to use an R package that requires R 4.0 in Azure Machine Learning, I have attempted to create a custom Docker image that installs R 4.0 using conda install -c conda-forge -y r-base=4.1.0 rpy2, which causes issues given the current Python version (and other packages) on the base image.

Are the Dockerfiles for the azureml MCR base images available on GitHub anywhere? If not, do you have recommendations for upgrading R to a desired version on an existing base image.

Notes:

csetzkorn commented 3 years ago

I have the suspicion that R 4.0 is not supported at all (like for SQL Server ML server etc.). Might be worth waiting until end of this year if possible.