ESA-PhiLab / iris

Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
GNU General Public License v3.0
123 stars 39 forks source link

Add Dockerfile #24

Closed fedric95 closed 1 year ago

fedric95 commented 1 year ago

A Dockerfile with all the step for the installation of the application has been created. The README should be updated in order to include the instructions for the build of the Docker container.

This is a procedure for the build:

In order to run it and access the UI from the host, it is necessary to map the docker port that is used by iris (for example 5000) to a port of the host. It is also necessary to use volumes to make data persistent.

aliFrancis commented 1 year ago

Thanks, looks good! I will update the readme