21 lines
390 B
Markdown
21 lines
390 B
Markdown
# ISCE in docker
|
|
|
|
## Build
|
|
|
|
1. Clone repo:
|
|
```
|
|
git clone https://github.com/isce-framework/isce2.git
|
|
```
|
|
1. Change directory:
|
|
```
|
|
cd isce2
|
|
```
|
|
1. 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 .
|
|
```
|