AntaresSimulatorTeam / AntaREST

API REST and WebUI for Antares_Simulator
Apache License 2.0
10 stars 5 forks source link

R/Python worker #861

Open pl-buiquang opened 2 years ago

pl-buiquang commented 2 years ago

A lot of user scripts are R script, so we should have a docker container for R worker to execute these scripts over jailed data mounts. Depends on (#862)

The goal is to execute R scripts on a study, the execution would be framed (sandboxed) in a docker which contains an R interpreter with the standard R packages.

The operator would have the option of downloading an R script and running it on this environment.

create-issue-branch[bot] commented 1 year ago

Branch feature/issue-861-R/Python_worker created!