Building a Docker to Run Python R
The Challenge I wanted to containerise a pipeline of code that was predominantly developed in Python but has a dependency on a model that was trained in R. I succeeded in doing so by using a base Ubuntu image with an installation of the r-base package and python3.6 – and much troubleshooting on the web! …