README.md 205 Bytes
Newer Older
gcarella's avatar
gcarella committed
# R-INLA container 

Dockerfile to run R-INLA (https://www.r-inla.org/) on Nord3

## To build the image, execute:
docker-compose build analysis

## To run the image, execute:
docker-compose run analysis

gcarella's avatar
gcarella committed