microsoft / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
226 stars 58 forks source link

Multi project - support for Docker (with revised requirements) #15

Closed szjarek closed 4 years ago

szjarek commented 4 years ago

Initial (and not yet fully tested) Docker support added to multiProject branch. Notes:

At the moment (for simplicity) all modules are executed in a single container.

All Docker-related scripts and configuration settings are located in the new "./docker" folder.

To start container:

switch current folder to ./docker $ docker-compose build $ docker-compose up While created image should utilize GPU, docker-compose doesn't support gpus at the moment. To enable GPU, container needs to be started directly from docker (it requires mapping volumes as done in docker-compose.yml though). Appropriate script will be added in the future.