You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ma0 8041f28645 added README to requirements.R 5 years ago
..
Dockerfile added examples for python R and GPU 5 years ago
README.md added README to requirements.R 5 years ago
compile_docker_image.sh added examples for python R and GPU 5 years ago
condor.submit added examples for python R and GPU 5 years ago
install.R added examples for python R and GPU 5 years ago
requirements.R added examples for python R and GPU 5 years ago

README.md

Requirements

Esta es una plantilla para la creación de una tarea en R que se ejecutará en el sistema de colas de CIBioFi.

Por favor modifique el archivo install.R indicando las librerías necesarias para su script

if(!require(plumber))install.packages("plumber")

Modifique luego el archivo requirements.R y coloque aquí su script.

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)

Ejecute el script compile_docker_image.sh

bash compile_docker_image.sh

Y por último envíe la tarea usando

condor_submit condor.submit