[ARVADOS] updated: 4c0c7699c620226733186c8536b3a8f1d032013f

git at public.curoverse.com git at public.curoverse.com
Thu Oct 16 10:41:22 EDT 2014


Summary of changes:
 doc/_includes/_example_docker.liquid | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 doc/_includes/_example_docker.liquid

       via  4c0c7699c620226733186c8536b3a8f1d032013f (commit)
      from  1d13d7e2b314a84abe94f00d4c1d787a40f4d7fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4c0c7699c620226733186c8536b3a8f1d032013f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Oct 16 10:41:17 2014 -0400

    Missing file

diff --git a/doc/_includes/_example_docker.liquid b/doc/_includes/_example_docker.liquid
new file mode 100644
index 0000000..9486ad7
--- /dev/null
+++ b/doc/_includes/_example_docker.liquid
@@ -0,0 +1,28 @@
+{
+    "name": "Example using R in a custom Docker image",
+    "components": {
+        "Rscript": {
+            "script": "run-command",
+            "script_version": "master",
+            "repository": "arvados",
+            "script_parameters": {
+                "command": [
+                    "Rscript",
+                    "$(glob $(file $(myscript))/*.r)",
+                    "$(glob $(dir $(mydata))/*.csv)"
+                ],
+                "myscript": {
+                    "required": true,
+                    "dataclass": "Collection"
+                },
+                "mydata": {
+                    "required": true,
+                    "dataclass": "Collection"
+                }
+            },
+            "runtime_constraints": {
+                "docker_image": "arvados/jobs-with-r"
+            }
+        }
+    }
+}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list