top | item 37003623

Ask HN: Best way to run enterprise R/Python VM

1 points| dkn775 | 2 years ago

We have a bunch of agencies that want us to host and run their r and python scripts, so they can use the outputs in BI tools. Is there a free way to take a wide variety of working scripts install dependencies for R and Python and then run each on a schedule and maybe support project folder and the like? Thanks.

1 comment

order

nickstinemates|2 years ago

Docker/containers are a good baseline tool for this. + Some sort of cron for scheduling. If you want VM Isolation and free - check out Proxmox as a virtualization host. But you'll need to figure out scheduling.