mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 382 forks source link

docker: add rs command to $PATH #140

Closed noerw closed 5 years ago

noerw commented 5 years ago

Makes it possible to execute commands via rs <cmd> instead of ./rs <cmd> for convenience

daniel-j-h commented 5 years ago

I think it's better to just make it the default entrypoint https://github.com/mapbox/robosat/pull/149.