Pin fpm to last known good version - automatic version resolution is failing |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| Dockerfile.cuda | ||
| README.md | ||
| SConfigISCE | ||
| SConfigISCE.cuda | ||
| build_env.sh | ||
| isce_env.sh | ||
README.md
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 .