How can I create a Docker image to run both Python and R?

前端 未结 3 946
后悔当初
后悔当初 2021-02-14 11:11

I want to containerise a pipeline of code that was predominantly developed in Python but has a dependency on a model that was trained in R. There are some additional dependencie

3条回答
  •  后悔当初
    2021-02-14 12:07

    I made an image for my personal projects, you could use this if you want: https://github.com/dipayan90/docker-python-r

提交回复
热议问题