A dockerised Gwyddion with functioning Python support based on Linux.
- Install docker or docker desktop.
- Build the container
docker build -t gwyddion-python .
- Launch the conatiner:
docker run -it gwyddion-python /bin/bash
- Run python and test import
xvfb-run python
import gwy
import gwyutils