Modules¶
All modules are found at the DEEP Marketplace, the source code is hosted under Github’s deephdc organization and the corresponding Docker images are hosted under DockerHub’s deephdc organization.
Github repositories follow the following convention:
deephdc/some_module: source code of the moduledeephdc/DEEP-OC-some_module: Dockerfiles and metadata of that module.
Docker images have usually tags depending on whether they are using Github’s master or test and
whether they use cpu or gpu. Tags are usually:
latestorcpu: master + cpugpu: master + gpucpu-test: test + cpugpu-test: test + gpu