The idea here is to have an R installation on top of a Python-focussed image.
We already have the rocker-rpy image which is the other way around.
Having just done a test, it seems the image can be pretty lean and therefore fast to download, from a recent test:
docker images pythonr-test
# REPOSITORY TAG IMAGE ID CREATED SIZE
# pythonr-test latest e8d70129a508 2 hours ago 1.7GB
docker images rocker-rpy
# REPOSITORY TAG IMAGE ID CREATED SIZE
# rocker-rpy latest a8cf762ffc70 11 months ago 6.27GB
The idea here is to have an R installation on top of a Python-focussed image.
We already have the
rocker-rpyimage which is the other way around.Having just done a test, it seems the image can be pretty lean and therefore fast to download, from a recent test: