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