Skip to content

jolibrain/platform_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published