Skip to content
Snippets Groups Projects
Forked from Narayanarao Bhogapurapu / isce2
4 commits behind the upstream repository.
Narayana Rao Bhogapurapu's avatar
b5a2f292

ISCE in docker

Build

  1. Clone repo:
    git clone https://github.com/isce-framework/isce2.git
  2. Change directory:
    cd isce2
  3. Build image:
    docker build --rm --force-rm -t hysds/isce2:latest -f docker/Dockerfile .
    For cuda version:
    docker build --rm --force-rm -t hysds/isce2:latest-cuda -f docker/Dockerfile.cuda .