Procházet zdrojové kódy

added README to requirements.R

master
ma0 před 5 roky
rodič
revize
8041f28645

+ 27
- 0
docker/R/requirements/README.md Zobrazit soubor

@@ -0,0 +1,27 @@
1
+# Requirements
2
+
3
+Esta es una plantilla para la creación de una tarea en R que se ejecutará en el sistema de colas de CIBioFi.
4
+
5
+Por favor modifique el archivo `install.R` indicando las librerías necesarias para su script
6
+
7
+```R
8
+if(!require(plumber))install.packages("plumber")
9
+```
10
+
11
+Modifique luego el archivo requirements.R y coloque aquí su script.
12
+
13
+Por último ingrese al nodo master.cibiofi.univalle.edu.co (192.168.27.25) mediante SSH y copie en su sistema de archivos la plantilla modificada (use SCP o Filezilla)
14
+
15
+Ejecute el script `compile_docker_image.sh`
16
+
17
+```bash
18
+bash compile_docker_image.sh
19
+```
20
+
21
+Y por último envíe la tarea usando
22
+
23
+```bash
24
+condor_submit condor.submit
25
+```
26
+
27
+

+ 0
- 21
docker/R/requirements/docker_stderror Zobrazit soubor

@@ -1,21 +0,0 @@
1
-Unable to find image '192.168.27.25:5000/ma0/plumber_test:latest' locally
2
-latest: Pulling from ma0/plumber_test
3
-0656ed1d7f85: Already exists
4
-c753f78c1082: Already exists
5
-9b7d77a2fb38: Already exists
6
-f759fbe73258: Already exists
7
-5dbb370e90a3: Already exists
8
-77bb82bbd854: Already exists
9
-03cc54129ca4: Pulling fs layer
10
-821d7fd1ddb1: Pulling fs layer
11
-abf1a70cd42e: Pulling fs layer
12
-03cc54129ca4: Download complete
13
-821d7fd1ddb1: Verifying Checksum
14
-821d7fd1ddb1: Download complete
15
-03cc54129ca4: Pull complete
16
-821d7fd1ddb1: Pull complete
17
-abf1a70cd42e: Verifying Checksum
18
-abf1a70cd42e: Download complete
19
-abf1a70cd42e: Pull complete
20
-Digest: sha256:be7a2bdd848f4610f1ea5de4bb0c53d1c88d08a4b023cb791e640c9ad3dd9105
21
-Status: Downloaded newer image for 192.168.27.25:5000/ma0/plumber_test:latest

Načítá se…
Zrušit
Uložit