SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

`demcoreg` usage inside docker #11

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

I managed now to install demcoreg inside the docker image. Seems like installation went through however, since the installation has to happen inside a conda environment, to use the tool one needs to activate the environment as:

source activate demcoreg

I added this line to the README as well. I guess we will see if there are any issues using this tool when actually running it.

loreabad6 commented 2 years ago

demcoreg works properly inside the docker container.