Newer
Older
Readme
======
This docker image install R, Hugin 8.8 and RHugin.
To run Hugin, you need a Hugin Licence.
This file shall be nammed `LICENSE-8.8` and placed in the current folder before building the docker image.
## Reproducibility
This dockerfile uses the `r-base` image, without tagging the version.
It is recommended to add the specific version you want to use by changing the first line of the `Dockerfile` as follows `FROM r-base:3.6.2` (to use the version 3.6.2).