SAR-ARD / s1ard

Sentinel-1 ARD Prototype Processor
MIT License
25 stars 6 forks source link

Use the official Continuum Docker base image #152

Closed jeremyh closed 11 months ago

jeremyh commented 11 months ago

The conda/miniconda3 Docker image has not been updated in five years, and it looks like it has finally broken.

(The Debian version it uses was archived by the Debian project recently, and some of the download links now fail.)

Luckily the official Continuum image seems to work as a drop-in replacement.

maawoo commented 11 months ago

Thank you for pointing this out and the PR!

I've started improving the Dockerfile some months ago in the container branch and also have an Apptainer/Singularity definition file that I need to get back to. If you plan on using this project with a container (Docker or Apptainer/Singularity), I'd be interested to get some feedback!

johntruckenbrodt commented 11 months ago

thanks guys!