...
docker build --rm --force-rm -t hysds/isce_giant -f docker/Dockerfile .
______________
Probably start by linking to the first tutorial: https://aria.atlassian.net/wiki/spaces/ARIA/pages/27099187/Local+TopsApp+Docker+Run
Insert this above: I’ve been using the standard (i.e. non-CUDA) Dockerfile in the gpu branch you mentioned. I modified that Dockerfile to load autoRIFT by adding the following lines immediately after the line “ && cd isce2 \”:
&& cd contrib \
&& git clone https://github.com/leiyangleon/autoRIFT.git \
&& cd .. \
Notes about ariamh - change isce.sh, mount settings.conf, etc.
Code Block |
---|
Example code box. |
...