add Nim and R support
This commit is contained in:
parent
4d9dff0b9a
commit
d1720c42e4
4 changed files with 12 additions and 0 deletions
4
languages/r/Dockerfile
Normal file
4
languages/r/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM r-base
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
2
languages/r/run.sh
Normal file
2
languages/r/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
cat > program.R
|
||||
Rscript program.R || true
|
Loading…
Add table
Add a link
Reference in a new issue