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.
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.