Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 542 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 542 Bytes

DeepDetect Platform data container

This docker container retrieves data to run DeepDetect platform.

Data fetched:

  • notebooks: DeepDetect Jupyter notebooks examples, and DeepDetect python client
  • models: public and pretrained models

To run this docker container:

docker run -v /opt/platform:/platform/ docker.jolibrain.com/platform_data

Here is an example to add it to your docker-compose configuration:

  platform_data:
    image: 'docker.jolibrain.com/platform_data'
    volumes:
      - /opt/platform:/platform