ISCE_INSAR/docker
Ryan Burns 2b95d39d98 Add opencv to circleci builds 2020-07-21 18:15:17 -07:00
..
Dockerfile Add opencv to circleci builds 2020-07-21 18:15:17 -07:00
Dockerfile.cuda Update name of main branch in CI and docs (#161) 2020-07-17 09:10:33 -07:00
README.md various updates from ARIA-related projects (#149) 2020-07-16 16:08:57 -07:00
SConfigISCE link to system version of libuuid and libgfortran 2019-04-17 11:21:27 -07:00
SConfigISCE.cuda various updates from ARIA-related projects (#149) 2020-07-16 16:08:57 -07:00
build_env.sh various updates from ARIA-related projects (#149) 2020-07-16 16:08:57 -07:00
isce_env.sh initial implementation of docker scripts 2019-03-22 03:42:18 +00:00

README.md

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 .