<div dir="ltr"><div>Thanks Markus, I'll check it out.</div>Mehrdad<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 10, 2020 at 8:07 AM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Mehrdad,<br>
<br>
On Sun, May 10, 2020 at 9:25 AM Mehrdad Varedi <<a href="mailto:varedi@waterlix.com" target="_blank">varedi@waterlix.com</a>> wrote:<br>
><br>
> Hi Everyone,<br>
><br>
> I am interested in deploying an R shiny app in the form of a docker image.<br>
><br>
> The Shiny App uses GRASS functions and I am wondering how shall I package GRASS and R together in a docker file to create an image. Just a simple example to make it work is what I want.<br>
><br>
> If you are aware of how I can optimize the integration with GRASS. like having GRASS and R script in separate containers although still being able to call GRASS functions from the R container, that would be great.<br>
<br>
The smallest GRASS GIS (7.8) docker file I am aware of is our<br>
multi-stage image which is Alpine based.<br>
It is of 320 MB, Python 3 based and PDAL included:<br>
<br>
<a href="https://hub.docker.com/r/mundialis/grass-py3-pdal" rel="noreferrer" target="_blank">https://hub.docker.com/r/mundialis/grass-py3-pdal</a><br>
<br>
(yes, the README is still to be updated).<br>
<br>
docker pull mundialis/grass-py3-pdal<br>
<br>
Maybe you could start with that?<br>
<br>
Best,<br>
Markus<br>
<br>
<br>
<br>
-- <br>
Markus Neteler, PhD<br>
<a href="https://www.mundialis.de" rel="noreferrer" target="_blank">https://www.mundialis.de</a> - free data with free software<br>
<a href="https://grass.osgeo.org" rel="noreferrer" target="_blank">https://grass.osgeo.org</a><br>
<a href="https://courses.neteler.org/blog" rel="noreferrer" target="_blank">https://courses.neteler.org/blog</a><br>
</blockquote></div>