FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
8 stars 8 forks source link

Docker Info #1514

Closed FLO-2DKaren closed 1 month ago

FLO-2DKaren commented 3 months ago

Hi Robson,

I think you can lighten your docker package if you don't install QGIS gui.
For unit testing, I think you only need this:

FROM ubuntu:20.04

RUN apt-get update && apt-get install -y --no-install-recommends \ python3-qgis \ python3-pyqt5 \ python3-pip \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*

Skip the qgis and qgis-plugin-grass packages if you don’t need the graphical interface or GRASS integration.

rpachaly commented 3 months ago

I think that the QGIS interface we need (because of the iface instance that is required in some functions). The grass I'm not totally sure. I can try.

FLO-2DKaren commented 1 month ago

Closing this.