ISCE_INSAR/docker
Ryan Burns b59c53f4df Switch dockerfile over from hysds image to ubuntu 20.04 2022-02-17 09:29:44 -08:00
..
Dockerfile Switch dockerfile over from hysds image to ubuntu 20.04 2022-02-17 09:29:44 -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 docker: Match multiple python3 versions 2021-11-08 20:17:01 -08: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 .