The Docker Image is 10 months old, the Binder version specifies Python 3.7. The requirements.txt file does not pin versions.
We need at least rebuild the Docker and Binder versions and see if they still work with the latest Python Packages.
Dockerfile uses Ubuntu 22.04 and ubuntugis-unstable (many/most Python packages are installed as python3- thus from UbuntuGIS.
My recommendation is to keep Ubuntu version at 22.04, but use the jammy Base Image to have the latest 22.04 LTS (up to 2027).
The upgrade gave some errors like #126.
Solved by updating the requirements.txt and the Dockerfile (all pip install moved to requirements.txt as well) as in issue #124.
The Docker Image is 10 months old, the Binder version specifies Python 3.7. The
requirements.txt
file does not pin versions.We need at least rebuild the Docker and Binder versions and see if they still work with the latest Python Packages. Dockerfile uses Ubuntu 22.04 and
ubuntugis-unstable
(many/most Python packages are installed aspython3-
thus from UbuntuGIS.My recommendation is to keep Ubuntu version at 22.04, but use the
jammy
Base Image to have the latest 22.04 LTS (up to 2027).