Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Start by cloning this gpu build repository:

git clone -b gpu-build https://github.com/pymonger/isce2.git

Then follow these instructions:

cd isce2

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.

Example code box.

  • No labels