opendatacube / datacube-explorer

Web-based exploration of Open Data Cube collections
Apache License 2.0
54 stars 31 forks source link

Change in gdal source in Dockerfile #537

Closed kpapap closed 7 months ago

kpapap commented 9 months ago

I am working on an AWS EC2 Linux Ubuntu 22.04.3 LTS instance for deploying Opan Data Cube Core and Explorer. When trying to follow the documentation to build the Explorer, I had an error about the source of gdal in Dockerfile. I changed the source inside Dockerfile to: FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.2 and it appears that the error is fixed.