ISCE_INSAR/docker
Ryan Burns 29bf14c518 Fix docker build
Pin fpm to last known good version - automatic version
resolution is failing
2021-02-03 09:34:14 -08:00
..
Dockerfile Fix docker build 2021-02-03 09:34:14 -08:00
Dockerfile.cuda remove stanford component extraction 2020-09-12 16:22:44 -07:00
README.md various updates from ARIA-related projects (#149) 2020-07-16 16:08:57 -07:00
SConfigISCE fix autoRIFT build on centos7 and conda python 3.8 2020-09-12 16:22:44 -07:00
SConfigISCE.cuda fix autoRIFT build on centos7 and conda python 3.8 2020-09-12 16:22:44 -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 .