Skip to content

Commit d0cf537

Browse files
added docker instructions
1 parent f041692 commit d0cf537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ mkdir <path>/climate_types_raster2polygon
118118
```bash
119119
docker pull nsaph/climate_types_raster2polygon
120120
# to generate county aggregations
121-
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon
121+
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon -t nsaph/climate_types_raster2polygon
122122
# to generate zcta aggregations
123-
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon --cores=1 -C shapefile_polygon_name=zcta
123+
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon -t nsaph/climate_types_raster2polygon --cores 1 -C shapefile_polygon_name=zcta
124124
```
125125

126126
### If you want to build your own image use

0 commit comments

Comments
 (0)