Skip to content

Commit 9294947

Browse files
added docker instructions
1 parent fbe2ef9 commit 9294947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ docker pull nsaph/climate_types_raster2polygon
120120
# to generate county aggregations
121121
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon 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 -C shapefile_polygon_name=zcta
123+
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon 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)